Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

  objectAttached

Sigma KEE - objectAttached
objectAttached

appearance as argument number 1
-------------------------


(documentation objectAttached EnglishLanguage "Relates an object that is attached to the Process of Attaching.") Merge.kif 12400-12401
(instance objectAttached CaseRole) Merge.kif 12398-12398 objectAttached è un' istanza di RuoloSemantico
(subrelation objectAttached patient) Merge.kif 12399-12399 objectAttached è una sottorelazione di patient

appearance as argument number 2
-------------------------


(format EnglishLanguage objectAttached "%1 attaches %2 to another object") Merge.kif 12403-12403
(termFormat EnglishLanguage objectAttached "attached") Merge.kif 12402-12402

consequent
-------------------------


(=>
    (and
        (instance ?A Attaching)
        (patient ?A ?O1)
        (patient ?A ?O2)
        (holdsDuring
            (BeginFn
                (WhenFn ?A))
            (not
                (connected ?O1 ?O2)))
        (holdsDuring
            (EndFn
                (WhenFn ?A))
            (connected ?O1 ?O2)))
    (and
        (objectAttached ?A ?O1)
        (objectAttached ?A ?O2)))
Merge.kif 12405-12419
(=>
    (instance ?F Fertilisation)
    (exists (?G1 ?G2)
        (and
            (instance ?G1 Gamete)
            (instance ?G2 Gamete)
            (not
                (equal ?G1 ?G2))
            (objectAttached ?F ?G1)
            (objectAttached ?F ?G2))))
Mid-level-ontology.kif 23976-23985


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners