(=>
(and
(instance ?ANI Animal)
(instance ?D DiseaseOrSyndrome)
(not
(attribute ?ANI ?D)))
(exists (?P ?W)
(and
(instance ?P BiologicalProcess)
(instance ?P Removing)
(origin ?P ?ANI)
(instance ?W Sewage)
(agent ?P ?ANI)
(objectTransferred ?P ?W)))) |
Mid-level-ontology.kif 2155-2168 |
|
(=>
(and
(instance ?C Coughing)
(experiencer ?C ?H))
(hasPurpose ?C
(exists (?R ?L ?O ?T)
(and
(instance ?L Lung)
(instance ?T Throat)
(instance ?O Object)
(instance ?R Removing)
(part ?L ?H)
(part ?T ?H)
(objectTransferred ?R ?O)
(holdsDuring
(ImmediatePastFn
(WhenFn ?C))
(or
(located ?O ?T)
(located ?O ?L))))))) |
Mid-level-ontology.kif 6050-6069 |
|
(=>
(and
(instance ?C Sneezing)
(experiencer ?C ?H))
(hasPurpose ?C
(exists (?R ?N ?NOSE ?O)
(and
(instance ?N NasalCavity)
(instance ?NOSE Nose)
(equal ?NOSE
(HoleHostFn ?N))
(instance ?O Object)
(instance ?R Removing)
(part ?NOSE ?H)
(objectTransferred ?R ?O)
(holdsDuring
(ImmediatePastFn
(WhenFn ?C))
(located ?O ?N)))))) |
Mid-level-ontology.kif 6116-6134 |
|
(=>
(and
(instance ?F Food)
(attribute ?F DecafAttribute)
(piece ?C ?F)
(instance ?C Caffeine))
(exists (?R)
(and
(instance ?R Removing)
(destination ?R ?F)
(patient ?R ?C)))) |
Food.kif 425-435 |
|
(=>
(and
(instance ?ORG Organization)
(attribute ?ORG Mining))
(exists (?EV ?MEM)
(and
(member ?MEM ?ORG)
(agent ?MEM ?EV)
(exists (?THING ?MEM2 ?EV2)
(and
(instance ?EV Removing)
(patient ?EV ?THING)
(instance ?THING PureSubstance)
(attribute ?THING Solid)
(member ?MEM2 ?ORG)
(instance ?EV2 Selling)
(agent ?EV2 ?MEM2)
(patient ?EV2 ?THING)))))) |
naics.kif 631-648 |
|
(=>
(and
(instance ?ORG Organization)
(attribute ?ORG Utilities))
(exists (?EV ?MEM)
(and
(member ?MEM ?ORG)
(agent ?MEM ?EV)
(exists (?THING ?MEM2 ?EV2)
(and
(or
(instance ?EV Removing)
(instance ?THING Sewage))
(patient ?EV ?THING)
(or
(instance ?THING Electron)
(instance ?THING Water)
(and
(instance ?THING PureSubstance)
(capability Combustion patient ?THING)))
(member ?MEM2 ?ORG)
(instance ?EV2 FinancialTransaction)
(agent ?EV2 ?MEM2)
(patient ?EV2 ?THING)))))) |
naics.kif 954-977 |
|
(=>
(and
(instance ?REL SheddingPart)
(?REL ?O ?P)
(instance ?O Organism)
(instance ?P AnatomicalStructure)
(part ?P ?O))
(exists (?R)
(and
(instance ?R Removing)
(origin ?R ?O)
(patient ?R ?P)))) |
Geography.kif 6412-6423 |
|
(=>
(and
(sheddingLeaves ?T ?L)
(instance ?T DeciduousTree)
(instance ?L PlantLeaf))
(exists (?SHED ?S)
(and
(subclass ?SHED Removing)
(frequency ?SHED YearDuration)
(instance ?S ?SHED)
(origin ?S ?T)
(patient ?S ?L)))) |
Geography.kif 6393-6404 |
|
(=>
(instance ?B BrushOrComb)
(hasPurpose ?B
(exists (?S)
(and
(or
(instance ?S Removing)
(instance ?S SurfaceChange))
(instrument ?S ?B))))) |
Mid-level-ontology.kif 1917-1925 |
|
(=>
(instance ?BEVERAGE DistilledAlcoholicBeverage)
(exists (?REMOVE ?WATER)
(and
(instance ?REMOVE Removing)
(patient ?REMOVE ?WATER)
(instance ?WATER FreshWater)
(origin ?REMOVE ?BEVERAGE)))) |
Mid-level-ontology.kif 11143-11150 |
|
(=>
(instance ?C Chimney)
(hasPurpose ?C
(exists (?S ?R)
(and
(instance ?S Smoke)
(instance ?R Removing)
(instrument ?R ?C))))) |
Mid-level-ontology.kif 15256-15263 |
|
(=>
(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 4565-4580 |
|
(=>
(instance ?CM CoffeeMaking)
(exists (?R ?LM ?CG ?W ?F ?C)
(and
(subProcess ?R ?CM)
(instance ?R Removing)
(origin ?R ?LM)
(instance ?LM LiquidMixture)
(part ?W ?LM)
(instance ?W DrinkingWater)
(part ?CG ?LM)
(instance ?CG CoffeeGrind)
(instrument ?R ?F)
(instance ?F Filter)
(result ?R ?C)
(instance ?C Coffee)))) |
Food.kif 686-701 |
- If a process is an instance of coffee making,
- then there exist another process, an object,, , another object,, , a third object,, , a fourth object and an entity such that the other process is a subprocess of the process and the other process is an instance of removing and the other process originates at the object and the object is an instance of liquid mixture and the third object is a part of the object and the third object is an instance of potable water and the other object is a part of the object and the other object is an instance of coffee grind and the fourth object is an instrument for the other process and the fourth object is an instance of filter and the entity is a result of the other process and the entity is an instance of coffee
|
(=>
(instance ?CM CoffeeMaking)
(holdsDuring ?CM
(exists (?LM ?S ?R)
(and
(instance ?LM LiquidMotion)
(instance ?S Soaking)
(instance ?R Removing)
(before
(BeginFn
(WhenFn ?LM))
(BeginFn
(WhenFn ?S)))
(before
(BeginFn
(WhenFn ?S))
(BeginFn
(WhenFn ?R))))))) |
Food.kif 703-716 |
|
(=>
(instance ?D Diuretic)
(hasPurpose ?D
(exists (?R ?L ?H ?LOC)
(and
(instance ?H Human)
(instance ?R Removing)
(instance ?L Liquid)
(experiencer ?R ?H)
(moves ?R ?L)
(origin ?L ?H)
(not
(contains ?H ?LOC))
(destination ?R ?LOC))))) |
Mid-level-ontology.kif 10228-10241 |
|
(=>
(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 9066-9075 |
|
(=>
(instance ?DISMANTLE DismantlingWeaponOfMassDestruction)
(exists (?PROCESS)
(and
(subProcess ?PROCESS ?DISMANTLE)
(or
(instance ?PROCESS Destruction)
(instance ?PROCESS Removing))))) |
WMD.kif 741-748 |
|
(=>
(instance ?EM EspressoMaking)
(holdsDuring ?EM
(exists (?H ?W ?V ?T ?LM ?P ?COLL ?K ?CG ?F ?R)
(and
(instance ?H Heating)
(patient ?H ?W)
(measure ?W
(MeasureFn ?V Liter))
(approximateValue ?V 0.03)
(holdsDuring
(EndFn
(WhenFn ?H))
(and
(measure ?W
(MeasureFn ?T CelsiusDegree))
(approximateValue ?T 90)))
(instance ?LM LiquidMotion)
(patient ?LM ?W)
(holdsDuring ?LM
(and
(measure ?W
(MeasureFn ?P
(KiloFn Pascal)))
(approximateValue ?P 900)))
(destination ?LM ?COLL)
(instance ?COLL Collection)
(measure ?COLL
(MeasureFn ?K Gram))
(approximateValue ?K 7.5)
(member ?COLL ?CG)
(instance ?CG CoffeeGrind)
(attribute ?CG FineGrind)
(located ?COLL ?F)
(instance ?F Filter)
(instance ?R Removing)
(instrument ?R ?F)
(patient ?R ?COLL)
(temporallyBetween
(EndFn
(WhenFn ?H))
(EndFn
(WhenFn ?LM))
(EndFn
(WhenFn ?R))))))) |
Food.kif 799-834 |
- If a time position is an instance of espresso making,
- then there exist an entity, another entity,, , a third entity,, , a fourth entity,, , a fifth entity,, , a sixth entity,, , a seventh entity,, , a eighth entity,, , a ninth entity,, , a tenth entity and a eleventh entity such that the entity is an instance of heating and the other entity is a patient of the entity and the measure of the other entity is the third entity liter(s) and the approximate value of the third entity is 0.03 and the measure of the other entity is the fourth entity celsius degree(s) and the approximate value of the fourth entity is 90 holds during the end of the time of existence of the entity and the fifth entity is an instance of liquid motion and the other entity is a patient of the fifth entity and the measure of the other entity is the sixth entity 1 thousand pascals(s) and the approximate value of the sixth entity is 900 holds during the fifth entity and the fifth entity ends up at the seventh entity and the seventh entity is an instance of collection and the measure of the seventh entity is the eighth entity gram(s) and the approximate value of the eighth entity is 7.5 and the seventh entity is a member of the ninth entity and the ninth entity is an instance of coffee grind and fine grind is an attribute of the ninth entity and the seventh entity is located at the tenth entity and the tenth entity is an instance of filter and the eleventh entity is an instance of removing and the tenth entity is an instrument for the eleventh entity and the seventh entity is a patient of the eleventh entity and the end of the time of existence of the fifth entity is between the end of the time of existence of the entity and the end of the time of existence of the eleventh entity holds during the time position
|
(=>
(instance ?FILTER AbsoluteFilter)
(hasPurpose ?FILTER
(exists (?REMOVE ?GAS)
(and
(instance ?REMOVE Removing)
(origin ?REMOVE ?GAS)
(instance ?GAS GasMixture)
(instrument ?REMOVE ?FILTER))))) |
MilitaryDevices.kif 1368-1376 |
|
(=>
(instance ?FILTER AirFilter)
(hasPurpose ?FILTER
(exists (?REMOVE ?AIR ?NONAIR ?MIX)
(and
(instance ?REMOVE Removing)
(part ?AIR ?MIX)
(instance ?AIR Air)
(not
(instance ?NONAIR Air))
(attribute ?NONAIR Solid)
(patient ?REMOVE ?NONAIR)
(part ?NONAIR ?MIX)
(origin ?REMOVE ?MIX)
(instance ?MIX Mixture)
(instrument ?REMOVE ?FILTER))))) |
Cars.kif 943-958 |
|
(=>
(instance ?FILTER Filter)
(hasPurpose ?FILTER
(exists (?REMOVE ?M)
(and
(instance ?REMOVE Removing)
(origin ?REMOVE ?M)
(instance ?M Mixture)
(instrument ?REMOVE ?FILTER))))) |
Mid-level-ontology.kif 2516-2524 |
|
(=>
(instance ?FILTER FuelFilter)
(hasPurpose ?FILTER
(exists (?REMOVE ?FUEL ?NONFUEL ?SOLUTION)
(and
(instance ?REMOVE Removing)
(part ?FUEL ?SOLUTION)
(instance ?FUEL Fuel)
(not
(instance ?NONFUEL Fuel))
(patient ?REMOVE ?NONFUEL)
(part ?NONFUEL ?SOLUTION)
(origin ?REMOVE ?SOLUTION)
(instance ?SOLUTION Solution)
(instrument ?REMOVE ?FILTER))))) |
Cars.kif 922-936 |
|
(=>
(instance ?MINE Mine)
(hasPurpose ?MINE
(exists (?REMOVE ?MINERAL)
(and
(instance ?REMOVE Removing)
(patient ?REMOVE ?MINERAL)
(instance ?MINERAL Mineral)
(origin ?REMOVE ?MINE))))) |
Mid-level-ontology.kif 6740-6748 |
|
(=>
(instance ?N Needle)
(hasPurpose ?N
(exists (?H ?TP ?F ?RI)
(and
(instance ?H Animal)
(instance ?TP TherapeuticProcss)
(attribute ?F Fluid)
(patient ?TP ?H)
(instrument ?TP ?N)
(or
(instance ?RI Removing)
(instance ?RI Inserting))
(subProcess ?RI ?TP)
(objectTransferred ?RI ?F))))) |
Medicine.kif 924-938 |
|
(=>
(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 |
|
|
Display limited to 25 items. Show next 25 |
|
Display limited to 25 items. Show next 25 |