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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - HearingProtection
HearingProtection(聽力保護)

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


(documentation HearingProtection EnglishLanguage "A SafetyDevice that has the purpose to protect Human from Injuring caused by RadiatingSound") Cars.kif 3454-3454
(subclass HearingProtection SafetyDevice) Cars.kif 3452-3452 子類 聽力保護 and SafetyDevice
(subclass HearingProtection WearableItem) Cars.kif 3453-3453 子類 聽力保護 and 可穿戴物品

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


(termFormat ChineseLanguage HearingProtection "听力保护") domainEnglishFormat.kif 27768-27768
(termFormat ChineseTraditionalLanguage HearingProtection "聽力保護") domainEnglishFormat.kif 27767-27767
(termFormat EnglishLanguage HearingProtection "hearing protection") domainEnglishFormat.kif 27766-27766

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


(=>
    (and
        (instance ?HP HearingProtection)
        (instance ?PERSON Human)
        (wears ?PERSON ?HP))
    (hasPurpose ?HP
        (exists (?PROC ?INJ ?I)
            (and
                (instance ?PROC Process)
                (subclass ?INJ
                    (KappaFn ?I
                        (and
                            (instance ?I Injuring)
                            (exists (?SOUND ?HEAR ?HUMAN ?T)
                                (and
                                    (instance ?SOUND RadiatingSound)
                                    (instance ?HEAR Hearing)
                                    (instance ?HUMAN Human)
                                    (patient ?HEAR ?SOUND)
                                    (experiencer ?HEAR ?HUMAN)
                                    (causes ?HEAR ?I)
                                    (experiencer ?I ?HUMAN)
                                    (=>
                                        (holdsDuring ?T
                                            (experiencer ?I ?PERSON))
                                        (not
                                            (holdsDuring ?T
                                                (patient ?PROC ?PERSON)))))))))
                (prevents ?PROC ?INJ)
                (instrument ?PROC ?HP)))))
Cars.kif 3455-3484


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