(=>
(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 2454-2465 |
|
(=>
(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 11604-11613 |
|
(=>
(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 30287-30317 |
- 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 13708-13714 |
|
(=>
(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 1057-1065 |
|
(=>
(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 1072-1080 |
|
(=>
(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 1139-1151 |
|
(=>
(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 17429-17442 |
|
(=>
(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 17448-17461 |
|
(=>
(instance ?HOLE GolfHole)
(exists (?C)
(and
(shape ?HOLE Cylinder)
(top ?C ?HOLE)
(instance ?C Region)
(shape ?C Circle)
(diameter ?C
(MeasureFn 4.25 Inch))))) |
Sports.kif 964-973 |
|
(=>
(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 6780-6788 |
|
(=>
(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 |
|
(=>
(orientation ?OBJ ?REGION Inside)
(instance ?REGION Region)) |
Mid-level-ontology.kif 9333-9335 |
|
(=>
(orientation ?OBJ ?REGION Outside)
(instance ?REGION Region)) |
Mid-level-ontology.kif 9329-9331 |
|
(=>
(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 |
|