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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Respirator

Sigma KEE - Respirator
Respirator(respirator)
gas_helmet, gasmask, oxygen_mask, 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 3529-3529
(externalImage Respirator "http://upload.wikimedia.org/wikipedia/commons/ 8/ 8b/ Air-Purifying_Respirator.jpg") pictureList.kif 1954-1954
(subclass Respirator Mask) Cars.kif 3528-3528 Respirator is a subclass of mask
(subclass Respirator SafetyDevice) Cars.kif 3526-3526 Respirator is a subclass of safety device
(subclass Respirator WearableItem) Cars.kif 3527-3527 Respirator is a subclass of wearable item

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


(subclass N95Mask Respirator) Medicine.kif 4868-4868 N95 respirator is a subclass of respirator
(termFormat ChineseLanguage Respirator "呼吸器") domainEnglishFormat.kif 49748-49748
(termFormat ChineseTraditionalLanguage Respirator "呼吸器") domainEnglishFormat.kif 49747-49747
(termFormat EnglishLanguage Respirator "respirator") domainEnglishFormat.kif 49746-49746

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 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