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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - ProtectiveEyewear
ProtectiveEyewear

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


(documentation ProtectiveEyewear EnglishLanguage "A general concept for a WearableItem (like goggles and protective glasses) designed to prevent the Injuring of Eye of the wearer.") Cars.kif 3541-3541
(externalImage ProtectiveEyewear "http://upload.wikimedia.org/wikipedia/ commons/ thumb/ c/ cd/ Blowtorching_goggles_and_helmet.jpg/ 120px_Blowtorching_goggles_and_helmet.jpg") pictureList.kif 1939-1939
(subclass ProtectiveEyewear SafetyDevice) Cars.kif 3539-3539 ProtectiveEyewear est une sous-classe de SafetyDevice
(subclass ProtectiveEyewear WearableItem) Cars.kif 3540-3540 ProtectiveEyewear est une sous-classe de WearableItem

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


(termFormat ChineseLanguage ProtectiveEyewear "防护眼镜") domainEnglishFormat.kif 47836-47836
(termFormat ChineseTraditionalLanguage ProtectiveEyewear "防護眼鏡") domainEnglishFormat.kif 47835-47835
(termFormat EnglishLanguage ProtectiveEyewear "protective eyewear") domainEnglishFormat.kif 47834-47834

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


(=>
    (instance ?PE ProtectiveEyewear)
    (hasPurpose ?PE
        (=>
            (exists (?PERSON)
                (and
                    (instance ?PERSON Human)
                    (wears ?PERSON ?PE)))
            (exists (?PROTECT ?EYE ?INJ ?I ?T)
                (and
                    (instance ?PROTECT Process)
                    (instrument ?PROTECT ?PE)
                    (subclass ?INJ
                        (KappaFn ?I
                            (exists (?HUMAN)
                                (and
                                    (instance ?I Injuring)
                                    (instance ?EYE Eye)
                                    (instance ?HUMAN Human)
                                    (properPart ?EYE ?HUMAN)
                                    (patient ?I ?EYE)
                                    (=>
                                        (holdsDuring ?T
                                            (patient ?I ?PERSON))
                                        (not
                                            (holdsDuring ?T
                                                (patient ?PROTECT ?PERSON))))))))
                    (prevents ?PROTECT ?INJ))))))
Cars.kif 3543-3570
(=>
    (instance ?PE ProtectiveEyewear)
    (hasPurpose ?PE
        (exists (?PERSON ?FACE ?EYE ?COVER)
            (and
                (instance ?PERSON Animal)
                (instance ?FACE Face)
                (instance ?EYE Eye)
                (properPart ?EYE ?FACE)
                (properPart ?FACE ?PERSON)
                (wears ?PERSON ?PE)
                (instance ?COVER Covering)
                (agent ?COVER ?PE)
                (patient ?COVER ?FACE)))))
Cars.kif 3572-3585


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