CarAlarm
|
|
appearance as argument number 1 |
(documentation CarAlarm EnglishLanguage "A &SecurityDevice which is a typicalPart of cars and other SelfPoweredRoadVehicle. ") | Cars.kif 3693-3693 | |
(subclass CarAlarm SecurityDevice) | Cars.kif 3692-3692 | |
(typicalPart CarAlarm SelfPoweredRoadVehicle) | Cars.kif 3694-3694 |
appearance as argument number 2 |
(termFormat EnglishLanguage CarAlarm "car alarm") | domainEnglishFormat.kif 64593-64593 |
antecedent |
(=> (and (instance ?X CarAlarm) (instance ?CAR SelfPoweredRoadVehicle) (part ?X ?CAR)) (exists (?HARM ?THIEF ?T ?L) (hasPurpose ?X (=> (and (or (instance ?HARM Stealing) (instance ?HARM Damaging)) (instance ?THIEF Human) (agent ?HARM ?THIEF) (patient ?HARM ?CAR) (equal (WhenFn ?HARM) ?T) (eventPartlyLocated ?HARM ?L)) (exists (?ALARM) (and (instance ?ALARM RadiatingSound) (agent ?ALARM ?X) (causes ?HARM ?ALARM) (hasPurpose ?ALARM (increasesLikelihood (exists (?WITNESS) (and (instance ?WITNESS Human) (holdsDuring ?T (orientation ?WITNESS ?L Near)))) (or (knows ?WITNESS (exists (?H) (and (or (instance ?H Stealing) (instance ?H Damaging)) (eventPartlyLocated ?H ?L) (holdsDuring ?T (patient ?H ?CAR))))) (finishes (WhenFn ?ALARM) (WhenFn ?HARM))))))))))) |
Cars.kif 3695-3736 |