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 3537-3537
(externalImage Respirator "http://upload.wikimedia.org/wikipedia/commons/ 8/ 8b/ Air-Purifying_Respirator.jpg") pictureList.kif 1954-1954
(subclass Respirator Mask) Cars.kif 3536-3536 Respirator e' uma sub-classe de Mask
(subclass Respirator SafetyDevice) Cars.kif 3534-3534 Respirator e' uma sub-classe de SafetyDevice
(subclass Respirator WearableItem) Cars.kif 3535-3535 Respirator e' uma sub-classe de WearableItem

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


(subclass N95Mask Respirator) Medicine.kif 4868-4868 N95Mask e' uma sub-classe de 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 3539-3560


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