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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Inhaling

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 11291-11292
(subclass Inhaling Breathing) Mid-level-ontology.kif 11290-11290 Inhaling is a subclass of breathing

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


(termFormat ChineseLanguage Inhaling "吸入") domainEnglishFormat.kif 30085-30085
(termFormat ChineseTraditionalLanguage Inhaling "吸入") domainEnglishFormat.kif 30084-30084
(termFormat EnglishLanguage Inhaling "inhaling") domainEnglishFormat.kif 30083-30083

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


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

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 6043-6054
(=>
    (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 3531-3552


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