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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Choking
Choking(choking)

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


(documentation Choking EnglishLanguage "Difficulty Breathing due to an obstruction of an airway, resulting in reflexive Coughing to clear the obstruction.") Mid-level-ontology.kif 12645-12647
(subclass Choking
    (ImpairmentFn Breathing))
Mid-level-ontology.kif 12644-12644 Choking is a subclass of impairment in breathing
(subclass Choking PathologicProcess) Mid-level-ontology.kif 12643-12643 Choking is a subclass of pathologic process

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


(termFormat EnglishLanguage Choking "choking") Mid-level-ontology.kif 12648-12648

antecedent
-------------------------


(=>
    (and
        (instance ?C Choking)
        (experiencer ?C ?H))
    (exists (?CO)
        (and
            (instance ?CO Coughing)
            (subProcess ?CO ?C)
            (experiencer ?CO ?H))))
Mid-level-ontology.kif 12667-12675
(=>
    (and
        (instance ?C Choking)
        (experiencer ?C ?H))
    (exists (?O ?T ?L)
        (and
            (instance ?O Object)
            (instance ?T Trachea)
            (instance ?L Lung)
            (part ?T ?H)
            (part ?L ?H)
            (holdsDuring
                (WhenFn ?C)
                (or
                    (located ?O ?T)
                    (located ?O ?L))))))
Mid-level-ontology.kif 12650-12665


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