(=>
(and
(instance ?CHIN Chin)
(instance ?FACE Face)
(part ?CHIN ?FACE))
(forall (?PART)
(=>
(and
(part ?PART ?FACE)
(not
(part ?PART ?CHIN)))
(orientation ?PART ?CHIN Below)))) |
Mid-level-ontology.kif 13148-13159 |
|
(=>
(and
(instance ?DROP Falling)
(origin ?DROP ?START)
(destination ?DROP ?FINISH))
(orientation ?FINISH ?START Below)) |
Merge.kif 11633-11638 |
|
(=>
(and
(instance ?X Argument)
(instance ?R Reasoning)
(instance ?A Archeology)
(subProposition ?X ?A)
(realization ?R ?X))
(exists (?D ?S ?O ?T ?W ?L)
(and
(instance ?D Discovering)
(instance ?O Object)
(patient ?D ?O)
(refers ?R ?D)
(earlier
(WhenFn ?D)
(WhenFn ?R))
(age ?O
(MeasureFn ?T YearDuration))
(greaterThan ?T 50)
(holdsDuring
(ImmediatePastFn
(WhenFn ?D))
(or
(and
(surface ?S ?W)
(instance ?W BodyOfWater)
(orientation ?O ?S Below))
(and
(surface ?S ?L)
(instance ?L LandArea)
(orientation ?O ?S Below))))))) |
Mid-level-ontology.kif 21405-21435 |
- If a proposition is an instance of argument and a process is an instance of reasoning and another proposition is an instance of archeology and the proposition is a sub-proposition of the other proposition and the process expresses the content of the proposition,
- then there exist another process, an entity,, , a physical,, , a real number,, , another entity and a third entity such that the other process is an instance of discovering and the physical is an instance of object and the physical is a patient of the other process and the process includes a reference to the other process and the time of existence of the other process happens earlier than the time of existence of the process and the age of the physical is the real number year duration(s) and the real number is greater than 50 and the entity is a surface of the other entity and the other entity is an instance of body of water and the physical is below to the entity or the entity is a surface of the third entity and the third entity is an instance of land area and the physical is below to the entity holds during immediately before the time of existence of the other process
|
(=>
(and
(top ?TOP ?OBJECT)
(part ?PART ?OBJECT)
(not
(connected ?PART ?TOP)))
(orientation ?PART ?TOP Below)) |
Merge.kif 9766-9771 |
|
(=>
(attribute ?X LoftStyle)
(exists (?FLOOR ?LOFT ?CEILING)
(and
(bottom ?FLOOR ?X)
(top ?CEILING ?X)
(instance ?LOFT StationaryArtifact)
(orientation ?LOFT ?FLOOR Above)
(orientation ?LOFT ?CEILING Below)))) |
Hotel.kif 1157-1165 |
|
(=>
(depth ?OBJ1 ?OBJ2 ?DEPTH)
(orientation ?OBJ1 ?OBJ2 Below)) |
Merge.kif 7772-7774 |
|
(=>
(instance ?BASEMENT Basement)
(not
(exists (?LEVEL ?BUILDING)
(and
(instance ?LEVEL BuildingLevel)
(instance ?BUILDING Building)
(part ?LEVEL ?BUILDING)
(part ?BASEMENT ?BUILDING)
(not
(equal ?LEVEL ?BASEMENT))
(orientation ?LEVEL ?BASEMENT Below))))) |
Mid-level-ontology.kif 15629-15638 |
|
(=>
(instance ?LAND SubmergedLandArea)
(exists (?WATER)
(and
(instance ?WATER WaterArea)
(orientation ?LAND ?WATER Below)
(orientation ?WATER ?LAND On)
(meetsSpatially ?LAND ?WATER)))) |
Geography.kif 6072-6079 |
|
(=>
(instance ?R UnderwaterRegion)
(exists (?WATER)
(and
(instance ?WATER WaterArea)
(orientation ?R ?WATER Below)))) |
Mid-level-ontology.kif 17936-17941 |
|
(=>
(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 SubwaySystem)
(exists (?SURF)
(and
(surface ?SURF GeographicArea)
(orientation ?X ?SURF Below)))) |
Transportation.kif 328-333 |
|
(=>
(instance ?place UndergroundArea)
(exists (?area ?ground)
(and
(surface ?ground PlanetEarth)
(part ?area ?ground)
(orientation ?place ?area Below)))) |
Geography.kif 3991-3997 |
|
(=>
(orientation ?OBJ1 ?OBJ2 Downstairs)
(exists (?LEVEL1 ?LEVEL2 ?BUILDING)
(and
(instance ?LEVEL1 BuildingLevel)
(instance ?LEVEL2 BuildingLevel)
(instance ?BUILDING Building)
(part ?LEVEL1 ?BUILDING)
(part ?LEVEL2 ?BUILDING)
(located ?OBJ1 ?LEVEL1)
(located ?OBJ2 ?LEVEL2)
(orientation ?LEVEL1 ?LEVEL2 Below)))) |
Mid-level-ontology.kif 19495-19506 |
|