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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Respirator

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 3514-3514
(externalImage Respirator "http://upload.wikimedia.org/wikipedia/commons/ 8/ 8b/ Air-Purifying_Respirator.jpg") pictureList.kif 1954-1954
(subclass Respirator Mask) Cars.kif 3513-3513 Respirator est une sous-classe de Mask
(subclass Respirator SafetyDevice) Cars.kif 3511-3511 Respirator est une sous-classe de SafetyDevice
(subclass Respirator WearableItem) Cars.kif 3512-3512 Respirator est une sous-classe de WearableItem

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


(subclass N95Mask Respirator) Medicine.kif 4868-4868 N95Mask est une sous-classe de Respirator
(termFormat ChineseLanguage Respirator "呼吸器") domainEnglishFormat.kif 49750-49750
(termFormat ChineseTraditionalLanguage Respirator "呼吸器") domainEnglishFormat.kif 49749-49749
(termFormat EnglishLanguage Respirator "respirator") domainEnglishFormat.kif 49748-49748

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


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