(=>
(and
(instance ?DRYSPELL Drought)
(eventLocated ?DRYSPELL ?AREA))
(not
(exists (?RAIN ?PLACE)
(and
(instance ?RAIN Raining)
(instance ?PLACE Region)
(eventLocated ?RAIN ?PLACE)
(overlapsSpatially ?PLACE ?AREA)
(overlapsTemporally ?RAIN ?DRYSPELL))))) |
Weather.kif 2453-2464 |
|
(=>
(and
(instance ?LE LandMeanOfProduction)
(attribute ?LEO ?LE))
(exists (?L ?EMS)
(or
(and
(instance ?L Region)
(part ?LEO ?L))
(and
(instance ?EMS ElectromagenticSpectrum)
(equal ?LEO ?EMS))))) |
Economy.kif 6140-6151 |
|
(=>
(and
(instance ?LOCATING Locating)
(patient ?LOCATING ?THING)
(agent ?LOCATING ?AGENT))
(hasPurpose ?LOCATING
(exists (?LOCATION)
(and
(instance ?LOCATION Region)
(knows ?AGENT
(located ?THING ?LOCATION)))))) |
MilitaryProcesses.kif 577-587 |
|
(=>
(and
(instance ?MOVEMENT Translocation)
(origin ?MOVEMENT ?PLACE1))
(exists (?PLACE2 ?STAGE)
(and
(instance ?PLACE2 Region)
(not
(equal ?PLACE1 ?PLACE2))
(subProcess ?STAGE ?MOVEMENT)
(located ?STAGE ?PLACE2)))) |
Merge.kif 11693-11702 |
|
(=>
(and
(instance ?X BreakingRecord)
(agent ?X ?A1))
(exists (?AC ?PC ?P1 ?TP ?ROLE ?L ?Q)
(and
(instance ?AC Set)
(element ?A1 ?AC)
(subclass ?PC Process)
(instance ?L Region)
(instance ?TP TimePoint)
(instance ?Q Quantity)
(instance ?P1 ?PC)
(refers ?X ?Q)
(refers ?Q ?P1)
(playsRoleInEvent ?A1 ?ROLE ?P1)
(eventLocated ?P1 ?L)
(not
(exists (?A2 ?P2)
(and
(instance ?A2 ?AC)
(not
(equal ?A2 ?A1))
(instance ?P2 ?PC)
(holdsDuring
(TimeIntervalFn ?TP
(EndFn
(WhenFn ?X)))
(and
(playsRoleInEvent ?A2 ?ROLE ?P2)
(eventLocated ?P2 ?L))))))))) |
Mid-level-ontology.kif 31681-31711 |
- If a process is an instance of breaking record and an agent is an agent of the process,
- then there exist a set, a class,, , another process,, , a time point,, , a case role,, , an object and an entity such that the set is an instance of set and the agent is an element of the set and the class is a subclass of process and the object is an instance of region and the time point is an instance of time point and the entity is an instance of quantity and the other process is an instance of the class and the process includes a reference to the entity and the entity includes a reference to the other process and the agent plays role in event the case role for the other process and the other process is located at the object and there don't exist another entity and a third entity such that the other entity is an instance of the set and the other entity is not equal to the agent and the third entity is an instance of the class and the other entity plays role in event the case role for the third entity and the third entity is located at the object holds during interval between the time point and the end of the time of existence of the process
|
(=>
(attribute ?REGION Illuminated)
(exists (?EMIT)
(and
(instance ?EMIT RadiatingLight)
(patient ?EMIT ?REGION)
(instance ?REGION Region)))) |
Merge.kif 13801-13807 |
|
(=>
(attribute ?ROOM OpenLayout)
(and
(instance ?ROOM Room)
(exists (?R1 ?R2 ?H)
(and
(instance ?R1 Region)
(instance ?R2 Region)
(located ?R1 ?ROOM)
(located ?R2 ?ROOM)
(not
(equal ?R1 ?R2))
(orientation ?R1 ?R2 Adjacent)
(exists (?P1 ?P2)
(and
(instance ?P1 Process)
(instance ?P2 Process)
(hasPurpose ?R1 ?P1)
(hasPurpose ?R2 ?P2)))
(=>
(and
(instance ?H AutonomousAgent)
(located ?H ?R2))
(and
(capability Seeing agent ?H)
(capability Seeing patient ?R1))))))) |
Dining.kif 956-980 |
|
(=>
(attribute ?X DownAndInRoom)
(exists (?LOC ?INDOOR)
(and
(instance ?INDOOR Indoors)
(instance ?LOC Region)
(orientation ?LOC ?X Adjacent)
(orientation ?LOC ?X Outside)
(located ?LOC ?INDOOR)))) |
Hotel.kif 1065-1073 |
|
(=>
(attribute ?X DownAndOutRoom)
(exists (?LOC ?OUTDOOR)
(and
(instance ?OUTDOOR Outdoors)
(instance ?LOC Region)
(orientation ?LOC ?X Adjacent)
(orientation ?LOC ?X Outside)
(located ?LOC ?OUTDOOR)))) |
Hotel.kif 1080-1088 |
|
(=>
(attribute ?X PartialVacuum)
(exists (?O ?G ?P1 ?P2 ?PM)
(and
(instance ?O SelfConnectedObject)
(instance ?G Region)
(not
(equal ?G ?X))
(connected ?X ?O)
(connected ?G ?O)
(measure ?G
(MeasureFn ?P1 ?PM))
(measure ?X
(MeasureFn ?P2 ?PM))
(instance ?PM UnitOfAtmosphericPressure)
(greaterThan ?P1 ?P2)))) |
Cars.kif 383-396 |
|
(=>
(attribute ?X Pressurized)
(exists (?O ?G ?P1 ?P2 ?PM)
(and
(instance ?O SelfConnectedObject)
(instance ?G Region)
(not
(equal ?G ?X))
(connected ?X ?O)
(connected ?G ?O)
(measure ?G
(MeasureFn ?P1 ?PM))
(measure ?X
(MeasureFn ?P2 ?PM))
(instance ?PM UnitOfAtmosphericPressure)
(greaterThan ?P2 ?P1)))) |
Cars.kif 403-416 |
|
(=>
(instance ?CTRL TemperatureControl)
(exists (?DEVICE ?TEMP)
(and
(instance ?DEVICE ElectricDevice)
(part ?CTRL ?DEVICE)
(hasPurpose ?DEVICE
(exists (?PROC ?AREA)
(and
(instance ?AREA Region)
(instance ?PROC Process)
(instrument ?PROC ?CTRL)
(result ?PROC
(airTemperature ?AREA ?TEMP)))))))) |
engineering.kif 1452-1464 |
|
(=>
(instance ?E Entering)
(exists (?R ?A)
(and
(instance ?R Region)
(destination ?E ?R)
(agent ?E ?A)
(instance ?A AutonomousAgent)
(holdsDuring
(BeginFn
(WhenFn ?E))
(orientation ?A ?R Outside))
(holdsDuring
(EndFn
(WhenFn ?E))
(orientation ?A ?R Inside))))) |
Mid-level-ontology.kif 18618-18631 |
|
(=>
(instance ?E Exiting)
(exists (?R ?A)
(and
(instance ?R Region)
(origin ?E ?R)
(agent ?E ?A)
(instance ?A AutonomousAgent)
(holdsDuring
(BeginFn
(WhenFn ?E))
(orientation ?A ?R Inside))
(holdsDuring
(EndFn
(WhenFn ?E))
(orientation ?A ?R Outside))))) |
Mid-level-ontology.kif 18637-18650 |
|
(=>
(instance ?HOLE GolfHole)
(exists (?C)
(and
(shape ?HOLE Cylinder)
(top ?C ?HOLE)
(instance ?C Region)
(shape ?C ?CIR)
(equal ?CIR Circle)
(diameter ?CIR
(MeasureFn 4.25 Inch))))) |
Sports.kif 976-986 |
|
(=>
(instance ?HR HeavyRaining)
(holdsDuring
(WhenFn ?HR)
(exists (?AREA ?NUM)
(and
(instance ?AREA Region)
(eventLocated ?HR ?AREA)
(rainfallIntensity ?AREA
(WhenFn ?HR)
(PerFn
(MeasureFn ?NUM Millimeter)
(MeasureFn 1 HourDuration)))
(greaterThan ?NUM 10.0)
(greaterThan 50.0 ?NUM))))) |
Weather.kif 1093-1107 |
|
(=>
(instance ?R PositionReport)
(containsFormula ?R
(exists (?O ?A)
(and
(instance ?O Object)
(instance ?A Region)
(located ?O
(WhenFn
(?R)) ?A))))) |
Mid-level-ontology.kif 7742-7750 |
|
(=>
(instance ?SHOWER RainShowering)
(holdsDuring
(WhenFn ?SHOWER)
(exists (?RAIN1 ?RAIN2 ?AREA)
(and
(instance ?RAIN1 Raining)
(instance ?RAIN2 Raining)
(instance ?AREA Region)
(subProcess ?RAIN1 ?SHOWER)
(subProcess ?RAIN2 ?SHOWER)
(eventLocated ?RAIN1 ?AREA)
(eventLocated ?RAIN2 ?AREA)
(not
(overlapsTemporally
(WhenFn ?RAIN1)
(WhenFn ?RAIN2))))))) |
Weather.kif 2848-2862 |
|
(=>
(instance ?STORM Storm)
(holdsDuring
(WhenFn ?STORM)
(exists (?LOW ?AREA ?AIR ?RISE)
(and
(instance ?LOW LowPressureWeatherSystem)
(instance ?AREA Region)
(eventLocated ?LOW ?AREA)
(instance ?AIR Air)
(instance ?RISE MotionUpward)
(patient ?RISE ?AIR)
(eventLocated ?RISE ?AREA)
(subProcess ?RISE ?LOW))))) |
Weather.kif 2899-2912 |
|
(=>
(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
|
(=>
(orientation ?OBJ ?REGION Inside)
(instance ?REGION Region)) |
Mid-level-ontology.kif 10339-10341 |
|
(=>
(orientation ?OBJ ?REGION Outside)
(instance ?REGION Region)) |
Mid-level-ontology.kif 10335-10337 |
|
(=>
(surfaceWindDirection ?PLACE ?DIR)
(exists (?WIND ?FROM)
(and
(instance ?WIND Wind)
(instance ?FROM Region)
(eventPartlyLocated ?WIND ?PLACE)
(origin ?WIND ?FROM)
(orientation ?FROM ?PLACE ?DIR)))) |
Weather.kif 166-174 |
|