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


KB Term:  Term intersection
English Word: 

Sigma KEE - Respirator
Respirator(respirator)
gas_helmet, gasmask, oxygen_mask, respirator

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


(subclass Respirator SafetyDevice) Cars.kif 3390-3390 Respirator is a subclass of safety device
(subclass Respirator WearableItem) Cars.kif 3391-3391 Respirator is a subclass of wearable item
(subclass Respirator Mask) Cars.kif 3392-3392 Respirator is a subclass of mask
(documentation Respirator EnglishLanguage "Device designed to protect the wearer from Injuring caused by Inhaling of harmful substances.") Cars.kif 3393-3393 Respirator is a subclass of mask
(externalImage Respirator "http://upload.wikimedia.org/wikipedia/commons/ 8/ 8b/ Air_Purifying_Respirator.jpg") pictureList.kif 1953-1953 Respirator is a subclass of mask

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


(subclass N95Mask Respirator) Medicine.kif 4889-4889 N95 respirator is a subclass of respirator
(termFormat EnglishLanguage Respirator "respirator") domainEnglishFormat.kif 49743-49743 N95 respirator is a subclass of respirator
(termFormat ChineseTraditionalLanguage Respirator "呼吸器") domainEnglishFormat.kif 49744-49744 N95 respirator is a subclass of respirator
(termFormat ChineseLanguage Respirator "呼吸器") domainEnglishFormat.kif 49745-49745 N95 respirator is a subclass of respirator

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 3395-3416 If X is an instance of respirator, Y is an instance of animal, and Y wears X, then X has the purpose there exist Z, W,, , V, U such that V is an instance of process, X is an instrument for V, V prevents the occurrence of W, and W is a subclass of the class described by U


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.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners