(=>
(and
(fills ?OBJ1 ?HOLE)
(attribute ?OBJ2 Fillable))
(not
(overlapsSpatially ?OBJ1 ?OBJ2))) |
Merge.kif 9485-9490 |
|
(=>
(and
(hole ?HOLE ?OBJ1)
(part ?OBJ1 ?OBJ2))
(or
(overlapsSpatially ?HOLE ?OBJ2)
(hole ?HOLE ?OBJ2))) |
Merge.kif 9347-9353 |
|
(=>
(and
(hole ?HOLE1 ?OBJ1)
(hole ?HOLE2 ?OBJ2)
(overlapsSpatially ?HOLE1 ?HOLE2))
(overlapsSpatially ?OBJ1 ?OBJ2)) |
Merge.kif 9355-9360 |
|
(=>
(and
(instance ?DESERTIFICATION Desertification)
(eventLocated ?DESERTIFICATION ?AREA))
(exists (?A1 ?A2)
(and
(instance ?A1 ArableLand)
(instance ?A2 Desert)
(holdsDuring
(BeginFn
(WhenFn ?DESERTIFICATION))
(overlapsSpatially ?AREA ?A1))
(holdsDuring
(EndFn
(WhenFn ?DESERTIFICATION))
(overlapsSpatially ?AREA ?A2))))) |
Weather.kif 2256-2269 |
|
(=>
(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 2235-2246 |
|
(=>
(and
(instance ?DUSTSTORM DustStorm)
(instance ?WIND Wind)
(subProcess ?DUSTSTORM ?WIND))
(exists (?WIND ?TRANSLOCATE ?PM ?SAND ?A1 ?A2 ?STRONG)
(and
(instance ?A1 LandArea)
(eventLocated ?WIND ?A1)
(surfaceWindSpeed ?A1
(MeasureFn ?STRONG KnotUnitOfSpeed))
(greaterThan ?STRONG 30)
(instance ?TRANSLOCATE Translocation)
(subProcess ?TRANSLOCATE ?DUSTSTORM)
(objectTransferred ?TRANSLOCATE ?PM)
(objectTransferred ?TRANSLOCATE ?SAND)
(instance ?PM ParticulateMatter)
(instance ?SAND Sand)
(instance ?A2 LandArea)
(destination ?TRANSLOCATE ?A2)
(not
(overlapsSpatially ?A1 ?A2))))) |
Weather.kif 1086-1107 |
- If a process is an instance of dust storm and another process is an instance of wind and the process is a subprocess of the other process,
- then there exist the other process, a transfer,, , an object,, , another object,, , a third object,, , an entity and a real number such that the third object is an instance of land area and the other process is located at 2 and the real number knot unit of speed(s) is a surface wind speed of the third object and the real number is greater than 30 and the transfer is an instance of translocation and the transfer is a subprocess of the process and the object transferred in the transfer is the object and the object transferred in the transfer is the other object and the object is an instance of PM and the other object is an instance of sand and the entity is an instance of land area and the transfer ends up at the entity and the third object and the entity is not overlapsSpatially
|
(=>
(and
(instance ?OBJ1 Object)
(partlyLocated ?OBJ1 ?OBJ2))
(overlapsSpatially ?OBJ1 ?OBJ2)) |
Merge.kif 3914-3918 |
|
(=>
(and
(instance ?REL CaseRole)
(instance ?OBJ Object)
(?REL ?PROCESS ?OBJ))
(exists (?TIME)
(overlapsSpatially
(WhereFn ?PROCESS ?TIME) ?OBJ))) |
Merge.kif 9057-9063 |
|
(=>
(and
(instance ?TORSO Torso)
(instance ?LIMB Limb))
(not
(overlapsSpatially ?TORSO ?LIMB))) |
Mid-level-ontology.kif 10488-10492 |
|
(=>
(and
(instance ?zone MaritimeShelfArea)
(instance ?shelf ContinentalShelf)
(instance ?country Nation)
(meetsSpatially ?shelf ?country)
(claimedTerritory ?zone ?country))
(overlapsSpatially ?zone ?shelf)) |
Geography.kif 1073-1080 |
|
(=>
(and
(member ?OBJ1 ?COLL)
(member ?OBJ2 ?COLL)
(not
(equal ?OBJ1 ?OBJ2)))
(not
(overlapsSpatially ?OBJ1 ?OBJ2))) |
Merge.kif 9049-9055 |
|
(=>
(and
(physicalEnd ?E1 ?O)
(physicalEnd ?E2 ?O)
(not
(equal ?E1 ?E2)))
(not
(overlapsSpatially ?E1 ?E2))) |
Mid-level-ontology.kif 1662-1669 |
|
(=>
(coilCount ?WC ?N)
(exists (?C)
(and
(instance ?C Collection)
(memberCount ?C ?N)
(forall (?M)
(=>
(member ?M ?C)
(and
(attribute ?M ClosedTwoDimensionalFigure)
(part ?M ?WC)
(not
(exists (?M2)
(and
(overlapsSpatially ?M2 ?M)
(member ?M2 ?C)))))))))) |
Cars.kif 3092-3108 |
|
(=>
(connected ?OBJ1 ?OBJ2)
(or
(meetsSpatially ?OBJ1 ?OBJ2)
(overlapsSpatially ?OBJ1 ?OBJ2))) |
Merge.kif 8979-8983 |
|
(=>
(equal ?OBJ1
(HoleSkinFn ?HOLE))
(forall (?OBJ2)
(<=>
(overlapsSpatially ?OBJ2 ?OBJ1)
(exists (?OBJ3)
(and
(superficialPart ?OBJ3
(HoleHostFn ?HOLE))
(meetsSpatially ?HOLE ?OBJ3)
(overlapsSpatially ?OBJ2 ?OBJ3)))))) |
Merge.kif 9529-9538 |
|
(=>
(hole ?HOLE ?OBJ)
(not
(overlapsSpatially ?HOLE ?OBJ))) |
Merge.kif 9324-9327 |
|
(=>
(instance ?SHELF ContinentalShelf)
(exists (?MARGIN)
(and
(instance ?MARGIN ContinentalMargin)
(properPart ?SHELF ?MARGIN)
(overlapsSpatially ?SHELF ?MARGIN)))) |
Geography.kif 5785-5791 |
|
(=>
(instance ?SKIN Skin)
(exists (?SURFACE ?ANIMAL)
(and
(surface ?SURFACE ?ANIMAL)
(part ?SKIN ?ANIMAL)
(instance ?ANIMAL Animal)
(overlapsSpatially ?SKIN ?SURFACE)))) |
Mid-level-ontology.kif 9421-9428 |
|
(=>
(instance ?WATER Estuary)
(exists (?MOUTH)
(and
(instance ?MOUTH RiverMouth)
(overlapsSpatially ?MOUTH ?WATER)))) |
Geography.kif 4895-4900 |
|
(=>
(instance ?plateau Plateau)
(exists (?slope)
(and
(instance ?slope SlopedArea)
(attribute ?slope SteepTerrain)
(overlapsSpatially ?slope ?plateau)))) |
Geography.kif 3933-3939 |
|
(=>
(interiorPart ?OBJ1 ?OBJ2)
(forall (?PART)
(=>
(superficialPart ?PART ?OBJ2)
(not
(overlapsSpatially ?OBJ1 ?PART))))) |
Merge.kif 9146-9152 |
|
(=>
(meetsSpatially ?AREA1 ?AREA2)
(not
(overlapsSpatially ?AREA1 ?AREA2))) |
Geography.kif 723-725 |
|
(=>
(overlapsPartially ?OBJ1 ?OBJ2)
(overlapsSpatially ?OBJ1 ?OBJ2)) |
Merge.kif 9090-9092 |
|