(=>
(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 1367-1378 |
|
(=>
(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 10798-10807 |
|
(=>
(and
(instance ?X BreakingRecord)
(agent ?X ?A1))
(exists (?AC ?PC ?P1 ?TP ?ROLE ?L ?Q)
(and
(instance ?AC Set)
(instance ?A1 ?AC)
(subclass ?PC Process)
(subclass ?L Region)
(instance ?TP TimePoint)
(instance ?Q Quantity)
(refers ?X ?Q)
(refers ?Q ?PC)
(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 28228-28257 |
- If a process is an instance of BreakingRecord and an agent is an agent of the process,
- then there exist a set or class, another set or class,, , another process,, , a time point,, , a case role,, , a third set or class and an entity such that the set or class is an instance of set and the agent is an instance of the set or class and the other set or class is a subclass of process and the third set or class is a subclass of region and the time point is an instance of time point and the entity is an instance of quantity and the process includes a reference to the entity and the entity includes a reference to the other set or class and the agent plays role in event the case role for the other process and the other process is located at 2 and there don't exist another entity and a third entity such that the other entity is an instance of the set or class and the other entity is not equal to the agent and the third entity is an instance of the other set or class and the other entity plays role in event the case role for the third entity and the third entity is located at 2 holds during interval between the time point and the end of the time of existence of the process
|
(=>
(attribute ?ROOM OpenLayout)
(and
(instance ?ROOM Room)
(exists (?R1 ?R2)
(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 Agent)
(located ?H ?R2))
(and
(capability Seeing agent ?H)
(capability Seeing patient ?R1))))))) |
Dining.kif 909-933 |
|
(=>
(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 1014-1022 |
|
(=>
(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 1029-1037 |
|
(=>
(attribute ?X PartialVacuum)
(exists (?O ?G)
(and
(instance ?O SelfConnectedObject)
(instance ?G Region)
(not
(equal ?G ?X))
(connected ?X ?O)
(connected ?G ?O)
(measure ?G
(MeasureFn ?PM ?P1))
(measure ?X
(MeasureFn ?PM ?P2))
(instance ?PM UnitOfAtmosphericPressure)
(greaterThan ?P1 ?P2)))) |
Cars.kif 383-396 |
|
(=>
(attribute ?X Pressurized)
(exists (?O ?G)
(and
(instance ?O SelfConnectedObject)
(instance ?G Region)
(not
(equal ?G ?X))
(connected ?X ?O)
(connected ?G ?O)
(measure ?G
(MeasureFn ?PM ?P1))
(measure ?X
(MeasureFn ?PM ?P2))
(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 1138-1150 |
|
(=>
(instance ?HR HeavyRaining)
(holdsDuring
(WhenFn ?HR)
(exists (?AREA)
(and
(instance ?AREA Region)
(eventLocated ?HR ?AREA)
(rainfallIntensity ?AREA
(WhenFn ?HR)
(PerFn
(MeasureFn ?NUM Millimeter)
(MeasureFn 1 HourDuration)))
(greaterThan ?NUM 10)
(greaterThan 50 ?NUM))))) |
Weather.kif 720-734 |
|
(=>
(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 1720-1734 |
|
(=>
(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 1771-1784 |
|
(=>
(orientation ?OBJ ?REGION Inside)
(instance ?REGION Region)) |
Mid-level-ontology.kif 8824-8826 |
|
(=>
(orientation ?OBJ ?REGION Outside)
(instance ?REGION Region)) |
Mid-level-ontology.kif 8820-8822 |
|
(=>
(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 165-173 |
|