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 12453-12454
(instance objectAttached CaseRole) Merge.kif 12451-12451 attached is an instance of case role
(subrelation objectAttached patient) Merge.kif 12452-12452 attached is a subrelation of patient

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


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

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 12458-12472
(=>
    (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 25096-25105


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