SurveillanceSystem |
appearance as argument number 1 |
(documentation SurveillanceSystem EnglishLanguage "SurveillanceSystem is a Collection of devices that work together to provide security by recording sound or video in a certain location and showing it instantly to people, presumably a SecurityUnit") | Mid-level-ontology.kif 27226-27228 | |
(subclass SurveillanceSystem Collection) | Mid-level-ontology.kif 27225-27225 |
appearance as argument number 2 |
(termFormat EnglishLanguage SurveillanceSystem "surveillance system") | Mid-level-ontology.kif 27229-27229 |
antecedent |
(=> (and (instance ?X SurveillanceSystem) (member ?X ?VIDEO) (member ?X ?DISPLAY) (located ?VIDEO ?LOC1) (instance ?VIDEO Camera) (located ?DISPLAY ?LOC2) (not (equal ?LOC1 ?LOC2)) (instance ?DISPLAY VideoDisplay)) (hasPurpose ?X (exists (?PROC ?VID ?RL ?CAPTURE) (and (instance ?PROC Process) (eventLocated ?PROC ?LOC1) (represents ?VID ?PROC) (instrument ?CAPTURE Camera) (result ?CAPTURE ?VID) (instance ?RL RadiatingLight) (instrument ?RL ?DISPLAY) (patient ?RL ?VID) (before (BeginFn ?PROC) (BeginFn ?CAPTURE)) (before (BeginFn ?CAPTURE) (BeginFn ?RL)))))) |
Mid-level-ontology.kif 27237-27263 | |
(=> (instance ?X SurveillanceSystem) (and (memberType ?X Camera) (memberType ?X VideoDisplay))) |
Mid-level-ontology.kif 27231-27235 |
consequent |
(=> (instance ?X SecurityUnit) (modalAttribute (exists (?S) (and (instance ?S SurveillanceSystem) (inScopeOfInterest ?X ?S))) Likely)) |
Mid-level-ontology.kif 27265-27271 |