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


KB Term:  Term intersection
English Word: 

Sigma KEE - SafetyDevice
SafetyDevice(safety device)

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


(subclass SafetyDevice Device) Cars.kif 3428-3428 Safety device is a subclass of device
(documentation SafetyDevice EnglishLanguage "Any Device that is designed to prevent (or lessen the likelihood of) the Injuring of a Human.") Cars.kif 3430-3431 Safety device is a subclass of device

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


(subclass ClimbingCarabiner SafetyDevice) Mid-level-ontology.kif 33553-33553 Climbing carabiner is a subclass of safety device
(termFormat EnglishLanguage SafetyDevice "safety device") Cars.kif 3429-3429 Climbing carabiner is a subclass of safety device
(subclass VehicleSafetyDevice SafetyDevice) Cars.kif 3453-3453 Vehicle safety device is a subclass of safety device
(subclass SafetyHarness SafetyDevice) Cars.kif 3497-3497 Safety harness is a subclass of safety device
(subclass HearingProtection SafetyDevice) Cars.kif 3522-3522 Hearing protection is a subclass of safety device
(subclass ProtectiveEyewear SafetyDevice) Cars.kif 3556-3556 Protective eyewear is a subclass of safety device
(subclass Respirator SafetyDevice) Cars.kif 3604-3604 Respirator is a subclass of safety device
(subclass SafetyVest SafetyDevice) Cars.kif 3633-3633 Safety vest is a subclass of safety device
(subclass Helmet SafetyDevice) Cars.kif 4437-4437 Helmet is a subclass of safety device
(subclass MotorcycleGlove SafetyDevice) Cars.kif 4820-4820 Motorcycle glove is a subclass of safety device

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


(=>
    (instance ?X SafetyDevice)
    (hasPurpose ?X
        (exists (?P ?H ?I ?T)
            (and
                (instance ?H Human)
                (instance ?P Process)
                (patient ?P ?H)
                (instrument ?P ?X)
                (prevents ?P
                    (KappaFn ?I
                        (and
                            (instance ?I Injuring)
                            (=>
                                (holdsDuring ?T
                                    (experiencer ?I ?H))
                                (not
                                    (holdsDuring ?T
                                        (patient ?P ?H)))))))))))
Cars.kif 3433-3451 If X is an instance of safety device, then X has the purpose there exist Y, Z,, , W, V such that Z is an instance of human, Y is an instance of process, Z is a patient of Y, X is an instrument for Y, and Y prevents the occurrence of the class described by W


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