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 12515-12516
(domain objectAttached 1 Process) Merge.kif 12513-12513 The number 1 argument of attached is an instance of process
(domain objectAttached 2 Entity) Merge.kif 12514-12514 The number 2 argument of attached is an instance of entity
(instance objectAttached CaseRole) Merge.kif 12511-12511 attached is an instance of case role
(subrelation objectAttached patient) Merge.kif 12512-12512 attached is a subrelation of patient

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


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

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 12520-12534
(=>
    (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 25642-25651


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