(=>
(and
(attribute ?DEVICE ?ATTRIBUTE)
(instance ?ATTRIBUTE DeviceAttribute))
(instance ?DEVICE Device)) |
Mid-level-ontology.kif 1826-1830 |
|
(=>
(and
(instance ?EG EngineGovernor)
(instance ?E Engine)
(connectedEngineeringComponents ?EG ?E)
(governorSpeed ?E
(MeasureFn ?S MilesPerHour)))
(hasPurpose ?EG
(not
(exists (?R ?P ?M)
(and
(instance ?P Device)
(part ?P ?E)
(instance ?R Rotating)
(holdsDuring
(WhenFn ?R)
(and
(measure ?P
(MeasureFn ?M MilesPerHour))
(greaterThan ?M ?S)))))))) |
Cars.kif 2913-2931 |
|
(=>
(and
(instance ?INSTALL Installing)
(patient ?INSTALL ?DEVICE))
(instance ?DEVICE Device)) |
Mid-level-ontology.kif 18149-18153 |
|
(=>
(and
(instance ?P TurningOffDevice)
(patient ?P ?D))
(instance ?D Device)) |
Mid-level-ontology.kif 1076-1080 |
|
(=>
(and
(instance ?P TurningOnDevice)
(patient ?P ?D))
(instance ?D Device)) |
Mid-level-ontology.kif 1100-1104 |
|
(=>
(instance ?COMP EngineeringComponent)
(exists (?DEVICE)
(and
(instance ?DEVICE Device)
(component ?COMP ?DEVICE)))) |
Merge.kif 16138-16143 |
|
(=>
(instance ?DEVICE SelfPoweredDevice)
(exists (?SOURCE)
(and
(instance ?SOURCE Device)
(powerComponent ?SOURCE ?DEVICE)))) |
Mid-level-ontology.kif 2748-2753 |
|
(=>
(instance ?M SurfaceWindSpeedMeasuring)
(exists (?PLACE ?TOOL)
(and
(instance ?PLACE GeographicArea)
(instance ?TOOL Device)
(eventLocated ?M ?PLACE)
(instrument ?M ?TOOL)
(holdsDuring
(WhenFn ?M)
(elevation ?TOOL
(MeasureFn 10.0 Meter)))))) |
Weather.kif 1715-1725 |
|
(=>
(instance ?S AirportStagingArea)
(hasPurpose ?S
(exists (?B ?C ?D ?T)
(and
(instance ?B Boarding)
(instance ?C Collection)
(instrument ?B ?C)
(member ?D ?C)
(instance ?D Device)
(locatedAtTime ?C ?T ?S)
(during ?T
(WhenFn ?B)))))) |
Transportation.kif 1318-1329 |
|
(=>
(instance ?S AirportStagingArea)
(hasPurpose ?S
(exists (?DB ?C ?D ?T)
(and
(instance ?DB Deboarding)
(instance ?C Collection)
(instrument ?DB ?C)
(member ?D ?C)
(instance ?D Device)
(locatedAtTime ?C ?T ?S)
(during ?T
(WhenFn ?DB)))))) |
Transportation.kif 1331-1342 |
|
(=>
(instance ?S RecordingStudio)
(exists (?D)
(and
(instance ?D Device)
(hasPurpose ?D
(exists (?R ?P)
(and
(instance ?R Recording)
(instrument ?P ?D)
(result ?P ?R))))
(located ?D ?S)))) |
Music.kif 36-47 |
|
(=>
(instance ?SCUBA ScubaDiving)
(exists (?WATER ?DEVICE ?BREATH)
(and
(instance ?WATER WaterArea)
(orientation ?SCUBA ?WATER Below)
(instance ?DEVICE Device)
(instance ?BREATH Breathing)
(instrument ?BREATH ?DEVICE)
(subProcess ?BREATH ?SCUBA)))) |
Mid-level-ontology.kif 27166-27175 |
|
(=>
(instance ?X BabyMonitoringSystem)
(exists (?TX ?RX)
(and
(instance ?RX RadioReceiver)
(instance ?TX Device)
(engineeringSubcomponent ?RX ?X)
(engineeringSubcomponent ?TX ?X)
(hasPurpose ?X
(exists (?BABY ?CARER ?SOUND ?LOC1 ?LOC2 ?PROC ?RADIO)
(and
(instance ?BABY HumanBaby)
(instance ?CARER Human)
(located ?BABY ?LOC1)
(located ?CARER ?LOC2)
(not
(equal ?LOC1 ?LOC2))
(instance ?PROC Maintaining)
(patient ?PROC ?BABY)
(agent ?PROC ?CARER)
(located ?TX ?LOC1)
(located ?RX ?LOC2)
(instance ?SOUND RadiatingSound)
(eventLocated ?SOUND ?LOC1)
(instance ?RADIO RadioEmission)
(patient ?RADIO ?SOUND)
(destination ?RADIO ?RX)
(agent ?RADIO ?TX))))))) |
Communications.kif 258-284 |
- If an engineering component is an instance of baby monitor,
- then there exist another engineering component and a third engineering component such that the third engineering component is an instance of radio receiver and the other engineering component is an instance of device and the third engineering component is a component of the engineering component and the other engineering component is a component of the engineering component and the engineering component has the purpose there exist an entity, another entity,, , a third entity,, , a fourth entity,, , a fifth entity,, , a sixth entity and a seventh entity such that the entity is an instance of human baby and the other entity is an instance of human and the entity is located at the fourth entity and the other entity is located at the fifth entity and the fourth entity is not equal to the fifth entity and the sixth entity is an instance of maintaining and the entity is a patient of the sixth entity and the other entity is an agent of the sixth entity and the other engineering component is located at the fourth entity and the third engineering component is located at the fifth entity and the third entity is an instance of radiating sound and the third entity is located at the fourth entity and the seventh entity is an instance of radio emission and the third entity is a patient of the seventh entity and the seventh entity ends up at the third engineering component and the other engineering component is an agent of the seventh entity
|
(=>
(instance ?X RemoteControl)
(hasPurpose ?X
(exists (?SIGNAL ?DEVICE)
(and
(instance ?SIGNAL ElectronicSignalling)
(agent ?SIGNAL ?X)
(destination ?SIGNAL ?DEVICE)
(instance ?DEVICE Device)
(not
(part ?X ?DEVICE)))))) |
engineering.kif 1121-1131 |
|