(=>
(instance ?IRON FabricIron)
(exists (?BASE)
(and
(bottom ?BASE ?IRON)
(material Metal ?BASE)
(attribute ?BASE Flat)))) |
Mid-level-ontology.kif 25477-25483 |
|
(=>
(instance ?OBJ Blackboard)
(shape ?OBJ Flat)) |
Media.kif 1089-1091 |
|
(=>
(instance ?OBJ OpticalDisc)
(shape ?OBJ Flat)) |
Media.kif 1135-1137 |
|
(=>
(instance ?OBJ PrintedSheet)
(shape ?OBJ Flat)) |
Media.kif 1069-1071 |
|
(=>
(instance ?OBJ Whiteboard)
(shape ?OBJ Flat)) |
Mid-level-ontology.kif 25897-25899 |
|
(=>
(instance ?PLANER Planer)
(hasPurpose ?PLANER
(exists (?CUT ?OBJ1 ?OBJ2 ?U ?H1 ?H2)
(and
(instance ?CUT Cutting)
(instrument ?CUT ?PLANER)
(resource ?CUT ?OBJ1)
(instance ?OBJ1 Object)
(material ?OBJ1 Wood)
(result ?CUT ?OBJ2)
(instance ?OBJ2 Object)
(material Wood ?OBJ2)
(attribute ?OBJ2 Flat)
(instance ?U UnitOfLength)
(height ?OBJ1
(MeasureFn ?H1 ?U))
(height ?OBJ2
(MeasureFn ?H2 ?U))
(greaterThan ?H1 ?H2))))) |
Economy.kif 6017-6036 |
- If a physical is an instance of planer,
- then the physical has the purpose there exist an entity, another entity,, , a third entity,, , a fourth entity,, , a fifth entity and a sixth entity such that the entity is an instance of cutting and the physical is an instrument for the entity and the other entity is a resource for the entity and the other entity is an instance of object and wood is made of the other entity and the third entity is a result of the entity and the third entity is an instance of object and the third entity is made of wood and flat is an attribute of the third entity and the fourth entity is an instance of unit of length and the height of the other entity is the fifth entity the fourth entity(s) and the height of the third entity is the sixth entity the fourth entity(s) and the fifth entity is greater than the sixth entity
|
(=>
(instance ?PROCESS
(OperatingFn ComputerMouse))
(exists (?SURFACE)
(and
(instance ?SURFACE Object)
(attribute ?SURFACE Flat)
(eventLocated ?PROCESS ?SURFACE)))) |
ComputerInput.kif 389-396 |
|
(=>
(instance ?S Sandal)
(exists (?SOLE)
(and
(instance ?SOLE ShoeSole)
(part ?SOLE ?S)
(attribute ?SOLE Flat)))) |
Mid-level-ontology.kif 5228-5234 |
|
(=>
(instance ?TOUCHSCREEN TouchScreen)
(attribute ?TOUCHSCREEN Flat)) |
QoSontology.kif 489-491 |
|
(=>
(instance ?V Veneer)
(attribute ?V Flat)) |
Mid-level-ontology.kif 4763-4765 |
|
(=>
(instance ?X Easel)
(hasPurpose ?X
(exists (?OBJ ?PUT)
(and
(instance ?OBJ Artifact)
(attribute ?OBJ Flat)
(instance ?PUT Putting)
(patient ?PUT ?OBJ)
(destination ?PUT ?X))))) |
Mid-level-ontology.kif 27003-27012 |
|
(=>
(instance ?X MultimediaProjector)
(hasPurpose ?X
(exists (?RS ?SCREEN ?VIDEO)
(and
(instance ?RS RadiatingLight)
(instrument ?RS ?X)
(patient ?RS ?VIDEO)
(or
(instance ?VIDEO VideoRecording)
(instance ?VIDEO Image))
(destination ?RS ?SCREEN)
(instance ?SCREEN Artifact)
(attribute ?SCREEN Flat)
(not
(connected ?X ?SCREEN)))))) |
Mid-level-ontology.kif 26493-26507 |
|
(=>
(instance ?X WetBar)
(exists (?SINK ?OBJ)
(and
(instance ?SINK WashBasin)
(part ?SINK ?X)
(instance ?OBJ Object)
(attribute ?OBJ Flat)
(hasPurpose ?OBJ
(exists (?PREP ?FOOD)
(and
(instance ?PREP Making)
(result ?PREP ?FOOD)
(or
(instance ?FOOD PreparedFood)
(instance ?FOOD Beverage))
(eventLocated ?PREP ?OBJ))))
(part ?OBJ ?X)))) |
Food.kif 331-348 |
|
(=>
(rainfallIntensity ?AREA ?TIME ?RATE)
(exists (?RAIN ?CLTN ?R ?BUCKET ?TOP ?BOTTOM ?RAINFALL)
(and
(instance ?RAIN Raining)
(eventLocated ?RAIN ?AREA)
(during
(WhenFn ?RAIN) ?TIME)
(instance ?CLTN Collection)
(objectTransferred ?RAIN ?CLTN)
(instance ?R Water)
(member ?R ?CLTN)
(instance ?BUCKET Container)
(bottom ?BOTTOM ?BUCKET)
(attribute ?BOTTOM Flat)
(located ?BUCKET ?AREA)
(holdsDuring
(BeginFn ?TIME)
(attribute ?BUCKET ContainerEmpty))
(holdsDuring
(EndFn ?TIME)
(and
(located ?CLTN ?BUCKET)
(top ?TOP ?CLTN)
(depth ?TOP ?BOTTOM ?RAINFALL)
(equal ?RAINFALL
(MultiplicationFn ?TIME ?RATE))))))) |
Weather.kif 2813-2838 |
- If the rate of rain in a geographic area during a time interval is a function quantity,
- then there exist a transfer, a collection,, , a physical,, , a self connected object,, , an entity,, , another self connected object and the transferFALL such that the transfer is an instance of raining and the transfer is located at the geographic area and the time of existence of the transfer takes place during the time interval and the collection is an instance of collection and the object transferred in the transfer is the collection and the physical is an instance of water and the physical is a member of the collection and the self connected object is an instance of container and the bottom of the self connected object is the other self connected object and flat is an attribute of the other self connected object and the self connected object is located at the geographic area and container empty is an attribute of the self connected object holds during the beginning of the time interval and the collection is located at the self connected object and the top of the collection is the entity and the depth from the entity to the other self connected object is the transferFALL and the transferFALL is equal to the time interval and the function quantity holds during the end of the time interval
|
(=>
(snowfallIntensity ?AREA ?TIME ?RATE)
(exists (?PROCESS ?STUFF ?BOARD ?TOP ?BOTTOM ?SNOWFALL)
(and
(instance ?PROCESS Snowing)
(eventLocated ?PROCESS ?AREA)
(during
(WhenFn ?PROCESS) ?TIME)
(instance ?STUFF Snow)
(objectTransferred ?PROCESS ?STUFF)
(instance ?BOARD BoardOrBlock)
(bottom ?BOTTOM ?BOARD)
(attribute ?BOTTOM Flat)
(located ?BOARD ?AREA)
(holdsDuring
(BeginFn ?TIME)
(not
(exists (?X)
(and
(instance ?X Object)
(located ?X ?BOARD)))))
(holdsDuring
(EndFn ?TIME)
(and
(located ?STUFF ?BOARD)
(top ?TOP ?STUFF)
(depth ?TOP ?BOTTOM ?SNOWFALL)
(equal ?SNOWFALL
(MultiplicationFn ?TIME ?RATE))))))) |
Weather.kif 3018-3045 |
- If the rate of snow falling at a geographic area during a time interval is a function quantity,
- then there exist a transfer, an object,, , a self connected object,, , an entity,, , another self connected object and another entity such that the transfer is an instance of snowing and the transfer is located at the geographic area and the time of existence of the transfer takes place during the time interval and the object is an instance of snow and the object transferred in the transfer is the object and the self connected object is an instance of board or block and the bottom of the self connected object is the other self connected object and flat is an attribute of the other self connected object and the self connected object is located at the geographic area and there doesn't exist a third entity such that the third entity is an instance of object and the third entity is located at the self connected object holds during the beginning of the time interval and the object is located at the self connected object and the top of the object is the entity and the depth from the entity to the other self connected object is the other entity and the other entity is equal to the time interval and the function quantity holds during the end of the time interval
|