SafetyDevice
|
|
appearance as argument number 1 |
(documentation SafetyDevice EnglishLanguage "Any Device that is designed to prevent (or lessen the likelihood of) the Injuring of a Human.") | Cars.kif 3337-3338 | |
(subclass SafetyDevice Device) | Cars.kif 3335-3335 | SafetyDevice 是 设备 的 subclass |
appearance as argument number 2 |
(subclass ClimbingCarabiner SafetyDevice) | Mid-level-ontology.kif 30862-30862 | ClimbingCarabiner 是 SafetyDevice 的 subclass |
(subclass HearingProtection SafetyDevice) | Cars.kif 3429-3429 | 听力保护 是 SafetyDevice 的 subclass |
(subclass Helmet SafetyDevice) | Cars.kif 4344-4344 | Helmet 是 SafetyDevice 的 subclass |
(subclass MotorcycleGlove SafetyDevice) | Cars.kif 4727-4727 | MotorcycleGlove 是 SafetyDevice 的 subclass |
(subclass ProtectiveEyewear SafetyDevice) | Cars.kif 3463-3463 | 防护眼镜 是 SafetyDevice 的 subclass |
(subclass Respirator SafetyDevice) | Cars.kif 3511-3511 | 呼吸器 是 SafetyDevice 的 subclass |
(subclass SafetyHarness SafetyDevice) | Cars.kif 3404-3404 | 安全套 是 SafetyDevice 的 subclass |
(subclass SafetyVest SafetyDevice) | Cars.kif 3540-3540 | SafetyVest 是 SafetyDevice 的 subclass |
(subclass VehicleSafetyDevice SafetyDevice) | Cars.kif 3360-3360 | VehicleSafetyDevice 是 SafetyDevice 的 subclass |
(termFormat EnglishLanguage SafetyDevice "safety device") | Cars.kif 3336-3336 |
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 3340-3358 |