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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Exhaling
Exhaling

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


(documentation Exhaling EnglishLanguage "Any instance of Breathing where the breath is expelled from the Lungs.") Mid-level-ontology.kif 11520-11521
(subclass Exhaling Breathing) Mid-level-ontology.kif 11519-11519

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


(termFormat ChineseLanguage Exhaling "呼气") domainEnglishFormat.kif 22775-22775
(termFormat ChineseTraditionalLanguage Exhaling "呼氣") domainEnglishFormat.kif 22774-22774
(termFormat EnglishLanguage Exhaling "exhaling") domainEnglishFormat.kif 22773-22773

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


(=>
    (instance ?E Exhaling)
    (exists (?L)
        (and
            (instance ?L Lung)
            (origin ?E ?L))))
Mid-level-ontology.kif 11523-11528

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 ?WI WindInstrument)
        (instance ?M MakingInstrumentalMusic)
        (agent ?M ?A)
        (instrument ?M ?WI))
    (exists (?B)
        (and
            (instance ?B Exhaling)
            (agent ?B ?A)
            (subProcess ?B ?M))))
Music.kif 1203-1213


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