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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Choking

Sigma KEE - 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 11749-11751
(subclass Choking
    (ImpairmentFn Breathing))
Mid-level-ontology.kif 11748-11748 Choking est une sous-classe de ImpairmentFn respirer
(subclass Choking PathologicProcess) Mid-level-ontology.kif 11747-11747 Choking est une sous-classe de processus pathologique

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


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

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


(=>
    (and
        (instance ?C Choking)
        (experiencer ?C ?H))
    (exists (?CO)
        (and
            (instance ?CO Coughing)
            (subProcess ?CO ?C)
            (experiencer ?CO ?H))))
Mid-level-ontology.kif 11771-11779
(=>
    (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 11754-11769


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