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

Formal Language: 



KB Term:  Term intersection
English Word: 

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 12424-12425
(instance objectAttached CaseRole) Merge.kif 12422-12422 attached is an instance of case role
(subrelation objectAttached patient) Merge.kif 12423-12423 attached is a subrelation of patient

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


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

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 12429-12443
(=>
    (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 24034-24043


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



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