(=>
(and
(deviceUpTime ?D ?T)
(instance ?D ?CLASS))
(exists (?P)
(and
(instance ?P
(OperatingFn ?CLASS))
(equal ?T
(WhenFn ?P))
(holdsDuring ?T
(attribute ?D DeviceOn))
(instrument ?P ?D)))) |
Mid-level-ontology.kif 34479-34491 |
If Device X is in operation during TimeInterval Y and X is an instance of Z, then there exists W such that W is an instance of the operating of Z, equal Y, the time of existence of W, device on is an attribute of X holds during Y, and X is an instrument for W |
(=>
(and
(deviceDownTime ?D ?T)
(instance ?D ?CLASS))
(and
(holdsDuring ?T
(attribute ?D DeviceOff))
(not
(exists (?P)
(and
(instance ?P
(OperatingFn ?CLASS))
(during
(WhenFn ?P) ?T)
(instrument ?P ?D)))))) |
Mid-level-ontology.kif 34502-34516 |
If Device X is not in operation during TimeInterval Y and X is an instance of Z, then device off is an attribute of X holds during Y and there doesn't exist W such that W is an instance of the operating of Z, the time of existence of W takes place during Y, and X is an instrument for W |
(=>
(instance ?X RemoteIgnitionControl)
(hasPurpose ?X
(exists (?VEHICLE ?ENGINE ?SIGNAL ?PROC)
(and
(instance ?VEHICLE PoweredVehicle)
(instance ?SIGNAL ElectronicSignalling)
(instrument ?SIGNAL ?X)
(destination ?SIGNAL ?VEHICLE)
(instance ?ENGINE Engine)
(component ?ENGINE ?VEHICLE)
(instance ?PROC
(OperatingFn Engine))
(experiencer ?PROC ?ENGINE)
(causes ?SIGNAL ?PROC))))) |
Cars.kif 3622-3636 |
If X is an instance of remote ignition control, then All of the following hold: (1) X has the purpose there exist Y, Z,, , W (2) V such that Y is an instance of powered vehicle (3) W is an instance of electronic signalling (4) X is an instrument for W (5) W ends up at Y (6) Z is an instance of engine (7) Z is a component of Y (8) V is an instance of the operating of engine (9) Z experiences V (10) W causes V |
(=>
(attribute ?PERSON RadioOperator)
(hasSkill
(OperatingFn CommunicationRadio) ?PERSON)) |
Transportation.kif 4966-4968 |
If radio operator is an attribute of X, then X has the skill to do the operating of communication radio |