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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Inhaling
Inhaling(inhaling)gasp, pant, yawn

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


(documentation Inhaling EnglishLanguage "Any instance of Breathing where the breath is taken into the Lungs.") Mid-level-ontology.kif 11509-11510
(subclass Inhaling Breathing) Mid-level-ontology.kif 11508-11508 Inhaling is a subclass of breathing

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


(termFormat ChineseLanguage Inhaling "吸入") domainEnglishFormat.kif 30119-30119
(termFormat ChineseTraditionalLanguage Inhaling "吸入") domainEnglishFormat.kif 30118-30118
(termFormat EnglishLanguage Inhaling "inhaling") domainEnglishFormat.kif 30117-30117

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


(=>
    (instance ?I Inhaling)
    (exists (?L)
        (and
            (instance ?L Lung)
            (destination ?I ?L))))
Mid-level-ontology.kif 11512-11517

consequent
-------------------------


(=>
    (and
        (instance ?C Coughing)
        (experiencer ?C ?H))
    (exists (?I ?E)
        (and
            (instance ?I Inhaling)
            (instance ?E Exhaling)
            (subProcess ?I ?C)
            (subProcess ?E ?C)
            (experiencer ?I ?H)
            (experiencer ?E ?H))))
Mid-level-ontology.kif 6037-6048
(=>
    (and
        (instance ?X Respirator)
        (instance ?PERSON Animal)
        (wears ?PERSON ?X))
    (hasPurpose ?X
        (exists (?INHAL ?INJ ?PROTECT ?I)
            (and
                (instance ?PROTECT Process)
                (instrument ?PROTECT ?X)
                (prevents ?PROTECT ?INJ)
                (subclass ?INJ
                    (KappaFn ?I
                        (and
                            (instance ?I Injuring)
                            (exists (?H)
                                (and
                                    (instance ?H Human)
                                    (patient ?I ?H)
                                    (instance ?INHAL Inhaling)
                                    (agent ?INHAL ?H)
                                    (causes ?I ?INHAL))))))))))
Cars.kif 3516-3537


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