(=>
(instance ?T Telemetry)
(exists (?REMOTELOCATION ?MEASURINGDEVICE ?RECEIVINGLOCATION ?RECEIVINGSTATION ?MEASURING ?MESSAGING)
(and
(instance ?MEASURING Measuring)
(instance ?MEASURINGDEVICE MeasuringDevice)
(instance ?REMOTELOCATION Region)
(instance ?RECEIVINGLOCATION Region)
(instance ?MESSAGING Messaging)
(subProcess ?MESSAGING ?T)
(subProcess ?MEASURING ?T)
(instance ?RECEIVINGSTATION ElectronicDataStorageDevice)
(agent ?MEASURING ?MEASURINGDEVICE)
(located ?MEASURINGDEVICE ?REMOTELOCATION)
(located ?RECEIVINGSTATION ?RECEIVINGLOCATION)
(eventLocated ?MEASURING ?REMOTELOCATION)
(not
(equal ?RECEIVINGLOCATION ?REMOTELOCATION))
(origin ?MESSAGING ?MEASURINGDEVICE)
(destination ?MESSAGING ?RECEIVINGSTATION)))) |
Communications.kif 316-334 |
- If a process is an instance of telemetry,
- then there exist an object, an agent,, , another object,, , a physical,, , another process and a third process such that the other process is an instance of measuring and the agent is an instance of measuring device and the object is an instance of region and the other object is an instance of region and the third process is an instance of messaging and the third process is a subprocess of the process and the other process is a subprocess of the process and the physical is an instance of electronic data storage device and the agent is an agent of the other process and the agent is located at the object and the physical is located at the other object and the other process is located at the object and the other object is not equal to the object and the third process originates at the agent and the third process ends up at the physical
|