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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - Respirator
Respirator

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


(documentation Respirator EnglishLanguage "Device designed to protect the wearer from Injuring caused by Inhaling of harmful substances.") Cars.kif 3590-3590
(externalImage Respirator "http://upload.wikimedia.org/wikipedia/commons/ 8/ 8b/ Air_Purifying_Respirator.jpg") pictureList.kif 1953-1953
(subclass Respirator Mask) Cars.kif 3589-3589
(subclass Respirator SafetyDevice) Cars.kif 3587-3587
(subclass Respirator WearableItem) Cars.kif 3588-3588

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


(subclass N95Mask Respirator) Medicine.kif 4875-4875
(termFormat ChineseLanguage Respirator "呼吸器") domainEnglishFormat.kif 49752-49752
(termFormat ChineseTraditionalLanguage Respirator "呼吸器") domainEnglishFormat.kif 49751-49751
(termFormat EnglishLanguage Respirator "respirator") domainEnglishFormat.kif 49750-49750

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


(=>
    (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 3592-3613


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