(=>
(instance ?IRON FabricIron)
(exists (?BASE)
(and
(bottom ?BASE ?IRON)
(material Metal ?BASE)
(attribute ?BASE Flat)))) |
Mid-level-ontology.kif 23123-23129 |
|
(=>
(instance ?OBJ Blackboard)
(shape ?OBJ Flat)) |
Media.kif 1093-1095 |
|
(=>
(instance ?OBJ OpticalDisc)
(shape ?OBJ Flat)) |
Media.kif 1139-1141 |
|
(=>
(instance ?OBJ PrintedSheet)
(shape ?OBJ Flat)) |
Media.kif 1073-1075 |
|
(=>
(instance ?OBJ Whiteboard)
(shape ?OBJ Flat)) |
Mid-level-ontology.kif 23594-23596 |
|
(=>
(instance ?PLANER Planer)
(hasPurpose ?PLANER
(exists (?CUT ?OBJ1 ?OBJ2)
(and
(instance ?CUT Cutting)
(instrument ?CUT ?PLANER)
(resource ?CUT ?OBJ1)
(instance ?OBJ1 Object)
(material ?OBJ1 Wood)
(result ?CUT ?OBJ2)
(instance ?OBJ2 Object)
(material ?OBJ2 Wood)
(attribute ?OBJ2 Flat)
(height ?OBJ1 ?H1)
(height ?OBJ2 ?H2)
(greaterThan ?H1 ?H2))))) |
Economy.kif 4900-4916 |
|
(=>
(instance ?PROCESS
(OperatingFn ComputerMouse))
(exists (?SURFACE)
(and
(instance ?SURFACE Object)
(attribute ?SURFACE Flat)
(eventLocated ?PROCESS ?SURFACE)))) |
ComputerInput.kif 412-419 |
|
(=>
(instance ?S Sandal)
(exists (?SOLE)
(and
(instance ?SOLE ShoeSole)
(part ?SOLE ?S)
(attribute ?SOLE Flat)))) |
Mid-level-ontology.kif 5520-5526 |
|
(=>
(instance ?TOUCHSCREEN TouchScreen)
(attribute ?TOUCHSCREEN Flat)) |
QoSontology.kif 487-489 |
|
(=>
(instance ?V Veneer)
(attribute ?V Flat)) |
Mid-level-ontology.kif 5089-5091 |
|
(=>
(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 24914-24923 |
|
(=>
(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 24260-24274 |
|
(=>
(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)))) |
Mid-level-ontology.kif 25182-25199 |
|
(=>
(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 1685-1710 |
- If the rate of rain in a geographic area during a time interval is a function quantity,
- then there exist a transfer, a collection,, , an object,, , 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 2 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 object is an instance of water and the object 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 1890-1917 |
- 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 2 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
|