(=>
(and
(instance ?S ?C)
(subclass ?C Seafood))
(exists (?X ?SEA ?ANIMAL)
(and
(meatOfAnimal ?C ?ANIMAL)
(instance ?X ?ANIMAL)
(instance ?SEA BodyOfWater)
(inhabits ?X ?SEA)))) |
Food.kif 1928-1937 |
|
(=>
(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 21174-21204 |
- 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
|
(=>
(instance ?BERG Iceberg)
(exists (?PART ?WATER)
(and
(instance ?PART Ice)
(most ?PART ?BERG)
(instance ?WATER BodyOfWater)
(covers ?WATER ?PART)))) |
Geography.kif 4742-4749 |
|
(=>
(instance ?BREAK BreakingWave)
(exists (?WAVE ?WATER1 ?WATER2 ?FALL)
(and
(instance ?WAVE WaterWave)
(subProcess ?BREAK ?WAVE)
(instance ?WATER1 BodyOfWater)
(instance ?WATER2 BodyOfWater)
(patient ?WAVE ?WATER2)
(patient ?BREAK ?WATER1)
(instance ?FALL Falling)
(objectTransferred ?FALL ?WATER1)
(holdsDuring
(BeginFn
(WhenFn ?FALL))
(part ?WATER1 ?WATER2))
(holdsDuring
(EndFn
(WhenFn ?FALL))
(not
(part ?WATER1 ?WATER2)))))) |
Weather.kif 1337-1357 |
|
(=>
(instance ?LAND Shoal)
(exists (?PART ?WATER)
(and
(instance ?PART LandForm)
(most ?PART ?LAND)
(instance ?WATER BodyOfWater)
(covers ?WATER ?PART)))) |
Geography.kif 5920-5927 |
|
(=>
(instance ?STREAM StreamWaterArea)
(exists (?WATER)
(and
(instance ?WATER BodyOfWater)
(not
(equal ?WATER ?STREAM))
(flows ?STREAM ?WATER)))) |
Geography.kif 5415-5421 |
|
(=>
(instance ?SYSTEM InlandWaterSystem)
(exists (?BODY1 ?BODY2)
(and
(instance ?BODY1 BodyOfWater)
(instance ?BODY2 BodyOfWater)
(not
(equal ?BODY1 ?BODY2))
(geographicSubregion ?BODY1 ?SYSTEM)
(geographicSubregion ?BODY2 ?SYSTEM)))) |
Geography.kif 5348-5356 |
|
(=>
(instance ?strait Strait)
(exists (?body1 ?body2)
(and
(instance ?body1 BodyOfWater)
(instance ?body2 BodyOfWater)
(connects ?strait ?body1 ?body2)))) |
Geography.kif 5297-5303 |
|
(=>
(waveHeight ?WW ?X)
(exists (?WATER ?CREST ?TROUGH ?U)
(and
(instance ?WATER BodyOfWater)
(eventLocated ?WW ?WATER)
(part ?CREST ?WATER)
(part ?TROUGH ?WATER)
(distance ?CREST ?TROUGH ?X)
(not
(exists (?A ?AH)
(and
(part ?A ?WATER)
(altitude ?A ?CREST
(MeasureFn ?AH ?U))
(greaterThan ?AH 0.0))))
(not
(exists (?B ?BH)
(and
(part ?B ?WATER)
(altitude ?TROUGH ?B
(MeasureFn ?BH ?U))
(greaterThan ?BH 0.0))))))) |
Weather.kif 1404-1424 |
|