(=>
(and
(instance ?ATTR PhysicalState)
(attribute ?OBJ ?ATTR))
(instance ?OBJ Substance)) |
Merge.kif 17680-17684 |
|
(=>
(and
(instance ?C Curdling)
(patient ?C ?X)
(instance ?X Colloid))
(exists (?S ?A)
(and
(instance ?S Separating)
(subProcess ?S ?C)
(patient ?S ?X)
(result ?S ?A)
(piece ?A ?X)
(instance ?A Substance)))) |
Food.kif 3199-3211 |
|
(=>
(and
(instance ?LD LiquidDrop)
(surface ?S ?LD))
(modalAttribute
(exists (?SS ?LL)
(and
(instance ?LL Substance)
(attribute ?LL Liquid)
(not
(equal ?LD ?LL))
(surface ?SS ?LL)
(meetsSpatially ?S ?SS))) Unlikely)) |
Geography.kif 7565-7577 |
|
(=>
(and
(instance ?ORG Organization)
(attribute ?ORG PipelineTransportation))
(exists (?EV ?MEM)
(and
(member ?MEM ?ORG)
(agent ?MEM ?EV)
(exists (?P)
(and
(instance ?EV Selling)
(instance ?P Human)
(patient ?EV ?P)
(confersRight
(exists (?T ?V ?OBJ ?PIPE)
(and
(instance ?T Transportation)
(possesses ?P ?OBJ)
(patient ?T ?OBJ)
(instance ?OBJ Substance)
(possesses ?ORG ?V)
(instrument ?T ?PIPE)
(instance ?PIPE Pipeline))) ?MEM ?P)))))) |
naics.kif 8465-8488 |
|
(=>
(and
(instance ?X Substance)
(attribute ?X Insoluble))
(not
(modalAttribute
(exists (?Y ?Z)
(and
(instance ?Y Substance)
(instance ?Z Solution)
(piece ?X ?Z)
(piece ?Y ?Z))) Possibility))) |
Geography.kif 7448-7460 |
|
(=>
(and
(instance ?X Substance)
(attribute ?X Soluble))
(modalAttribute
(exists (?Y ?Z)
(and
(instance ?Y Substance)
(instance ?Z Solution)
(piece ?X ?Z)
(piece ?Y ?Z))) Possibility)) |
Geography.kif 7420-7431 |
|
(=>
(attribute ?G FlammableLiquid)
(and
(instance ?G Substance)
(attribute ?G Liquid)
(attribute ?G Flammable))) |
Transportation.kif 4150-4155 |
|
(=>
(attribute ?G FlammableSolid)
(and
(instance ?G Substance)
(attribute ?G Solid)
(attribute ?G Flammable))) |
Transportation.kif 4162-4167 |
|
(=>
(attribute ?G HazardousGases)
(and
(instance ?G Substance)
(attribute ?G Gas)
(capability Combustion resource ?G)
(capability Damaging resource ?G)
(capability Corrosion resource ?G))) |
Transportation.kif 4136-4143 |
|
(=>
(instance ?C Colander)
(hasPurpose ?C
(exists (?MIX ?SUB ?SOLID ?REMOVE)
(and
(instance ?MIX Mixture)
(instance ?SUB Substance)
(part ?SUB ?MIX)
(attribute ?SUB Liquid)
(instance ?REMOVE Removing)
(patient ?REMOVE ?SUB)
(instance ?SOLID Substance)
(part ?SOLID ?MIX)
(attribute ?SOLID Solid)
(result ?REMOVE ?SOLID)
(instrument ?REMOVE ?C))))) |
Mid-level-ontology.kif 4638-4653 |
|
(=>
(instance ?C Corrosion)
(exists (?S ?R ?P)
(and
(instance ?S Substance)
(patient ?C ?S)
(instance ?R Removing)
(patient ?R ?P)
(part ?P ?S)
(result ?C ?R)))) |
Transportation.kif 4257-4266 |
|
(=>
(instance ?DETERGENT Detergent)
(hasPurpose ?DETERGENT
(exists (?REMOVE ?SUBSTANCE ?SURFACE ?OBJECT)
(and
(instance ?REMOVE Removing)
(instance ?SUBSTANCE Substance)
(patient ?REMOVE ?SUBSTANCE)
(origin ?REMOVE ?SURFACE)
(surface ?SURFACE ?OBJECT))))) |
Mid-level-ontology.kif 9621-9630 |
|
(=>
(instance ?H Hydrometer)
(hasPurpose ?H
(exists (?M ?S)
(and
(instance ?M Measuring)
(instance ?S Substance)
(attribute ?S Liquid)
(patient ?M ?S)
(instrument ?M ?H))))) |
Cars.kif 3110-3119 |
|
(=>
(instance ?I Inflating)
(exists (?G1 ?G2 ?V1 ?V2 ?S ?U)
(and
(instance ?G1 ?S)
(instance ?G2 ?S)
(instance ?S Substance)
(attribute ?G1 Gas)
(attribute ?G2 Gas)
(instance ?U UnitOfVolume)
(holdsDuring
(ImmediatePastFn
(WhenFn ?I))
(measure ?G1
(MeasureFn ?V1 ?U)))
(holdsDuring
(ImmediateFutureFn
(WhenFn ?I))
(measure ?G2
(MeasureFn ?V2 ?U)))
(greaterThan ?V2 ?V1)))) |
Cars.kif 3667-3683 |
- If a physical is an instance of inflating,
- then there exist an object, another object,, , a real number,, , another real number,, , a class and an entity such that the object is an instance of the class and the other object is an instance of the class and the class is an instance of substance and gas is an attribute of the object and gas is an attribute of the other object and the entity is an instance of unit of volume and the measure of the object is the real number the entity(s) holds during immediately before the time of existence of the physical and the measure of the other object is the other real number the entity(s) holds during immediately after the time of existence of the physical and the other real number is greater than the real number
|
(=>
(instance ?OBJ CorpuscularObject)
(exists (?SUBSTANCE1 ?SUBSTANCE2)
(and
(subclass ?SUBSTANCE1 Substance)
(subclass ?SUBSTANCE2 Substance)
(material ?SUBSTANCE1 ?OBJ)
(material ?SUBSTANCE2 ?OBJ)
(not
(equal ?SUBSTANCE1 ?SUBSTANCE2))))) |
Merge.kif 1224-1232 |
|
(=>
(instance ?PD PaintingDevice)
(hasPurpose ?PD
(exists (?STUFF ?COVER ?SURF ?OBJ)
(and
(instance ?STUFF Substance)
(instance ?COVER Covering)
(instance ?OBJ Object)
(surface ?SURF ?OBJ)
(agent ?COVER ?PD)
(instrument ?COVER ?STUFF)
(patient ?COVER ?SURF))))) |
Mid-level-ontology.kif 3328-3339 |
|
(=>
(instance ?POUR Pouring)
(exists (?LIQUID ?CONTAINER1 ?CONTAINER2)
(and
(origin ?POUR ?CONTAINER1)
(destination ?POUR ?CONTAINER2)
(instance ?CONTAINER1 Container)
(instance ?CONTAINER2 Container)
(not
(equal ?CONTAINER1 ?CONTAINER2))
(patient ?POUR ?LIQUID)
(attribute ?LIQUID Liquid)
(instance ?LIQUID Substance)))) |
Mid-level-ontology.kif 18627-18638 |
|
(=>
(instance ?PW PurifiedWater)
(exists (?R ?W ?S)
(and
(instance ?R Removing)
(origin ?R ?W)
(instance ?W Water)
(patient ?R ?S)
(instance ?S Substance)
(part ?S ?W)
(result ?R ?PW)))) |
Food.kif 248-258 |
|
(=>
(instance ?PW PurifiedWater)
(not
(exists (?S)
(and
(part ?S ?PW)
(instance ?S Substance))))) |
Food.kif 260-266 |
|
(=>
(instance ?S Sauce)
(exists (?X)
(and
(instance ?X Substance)
(part ?X ?S)
(attribute ?X Liquid)))) |
Food.kif 2068-2074 |
|
(=>
(instance ?S Sieve)
(hasPurpose ?S
(exists (?REMOVE ?MIX ?SUB ?HOLE ?A)
(and
(instance ?REMOVE Removing)
(instance ?MIX Mixture)
(instance ?SUB Substance)
(part ?SUB ?MIX)
(patient ?REMOVE ?SUB)
(part ?HOLE ?S)
(instrument ?REMOVE ?HOLE)
(instance ?A Human)
(agent ?REMOVE ?A)
(not
(desires ?A ?SUB)))))) |
Mid-level-ontology.kif 4596-4611 |
|
(=>
(instance ?S Spark)
(exists (?E ?G)
(and
(instance ?E Electricity)
(patient ?S ?E)
(instance ?G Substance)
(attribute ?G Gas)
(eventLocated ?S ?G)))) |
Cars.kif 424-432 |
|
(=>
(instance ?S Strainer)
(hasPurpose ?S
(exists (?MIX ?SUB ?LIQUID ?REMOVE)
(and
(instance ?MIX Mixture)
(instance ?SUB Substance)
(instance ?LIQUID Substance)
(part ?SUB ?MIX)
(attribute ?SUB Solid)
(instance ?REMOVE Removing)
(part ?LIQUID ?MIX)
(attribute ?LIQUID Liquid)
(patient ?REMOVE ?SUB)
(result ?REMOVE ?LIQUID)
(instrument ?REMOVE ?S))))) |
Mid-level-ontology.kif 4617-4632 |
|
(=>
(instance ?STEM PlantStem)
(hasPurpose ?STEM
(exists (?TRAN ?ROOT ?SUB)
(and
(instance ?TRAN Transfer)
(instrument ?TRAN ?STEM)
(instance ?ROOT PlantRoot)
(origin ?TRAN ?ROOT)
(instance ?SUB Substance)
(attribute ?SUB Fluid)
(objectTransferred ?TRAN ?SUB))))) |
Mid-level-ontology.kif 10442-10453 |
|
(=>
(instance ?SUBSTANCE SyntheticSubstance)
(exists (?PROCESS)
(and
(instance ?PROCESS IntentionalProcess)
(result ?PROCESS ?SUBSTANCE)
(instance ?SUBSTANCE Substance)))) |
Merge.kif 1065-1071 |
|
|
Display limited to 25 items. Show next 25 |
|
Display limited to 25 items. Show next 25 |