(=>
(and
(instance ?AS AutomobileShock)
(instance ?C Compressing)
(instance ?H Hole)
(attribute ?F Fluid)
(equal ?AS
(HoleHostFn ?H))
(contains ?AS ?F)
(patient ?C ?AS))
(exists (?T)
(and
(instance ?T Transfer)
(objectTransferred ?T ?F)
(path ?T ?H)
(causes ?C ?T)))) |
Cars.kif 861-875 |
|
(=>
(and
(instance ?DUSTSTORM DustStorm)
(instance ?WIND Wind)
(subProcess ?DUSTSTORM ?WIND))
(exists (?WIND ?TRANSLOCATE ?PM ?SAND ?A1 ?A2 ?STRONG)
(and
(instance ?A1 LandArea)
(eventLocated ?WIND ?A1)
(surfaceWindSpeed ?A1
(MeasureFn ?STRONG KnotUnitOfSpeed))
(greaterThan ?STRONG 30)
(instance ?TRANSLOCATE Translocation)
(subProcess ?TRANSLOCATE ?DUSTSTORM)
(objectTransferred ?TRANSLOCATE ?PM)
(objectTransferred ?TRANSLOCATE ?SAND)
(instance ?PM ParticulateMatter)
(instance ?SAND Sand)
(instance ?A2 LandArea)
(destination ?TRANSLOCATE ?A2)
(not
(overlapsSpatially ?A1 ?A2))))) |
Weather.kif 902-923 |
- If a process is an instance of dust storm and another process is an instance of wind and the process is a subprocess of the other process,
- then there exist the other process, a transfer,, , an object,, , another object,, , a third object,, , an entity and a real number such that the third object is an instance of land area and the other process is located at 2 and the real number knot unit of speed(s) is a surface wind speed of the third object and the real number is greater than 30 and the transfer is an instance of translocation and the transfer is a subprocess of the process and the object transferred in the transfer is the object and the object transferred in the transfer is the other object and the object is an instance of PM and the other object is an instance of sand and the entity is an instance of land area and the transfer ends up at the entity and overlaps spatially the third object and the entity
|
(=>
(and
(instance ?LECS AirEngineCoolingSystem)
(instance ?C Cooling)
(instrument ?C ?LECS))
(exists (?A)
(and
(instance ?A Air)
(objectTransferred ?C ?A)))) |
Cars.kif 2168-2176 |
|
(=>
(and
(instance ?LECS LiquidEngineCoolingSystem)
(instance ?C Cooling)
(instrument ?C ?LECS))
(exists (?L)
(and
(attribute ?L Liquid)
(objectTransferred ?C ?L)))) |
Cars.kif 2152-2160 |
|
(=>
(attribute ?O NewItem)
(not
(exists (?B)
(and
(instance ?B Buying)
(objectTransferred ?B ?O))))) |
Cars.kif 5121-5127 |
|
(=>
(attribute ?O UsedItem)
(exists (?B)
(and
(instance ?B Buying)
(objectTransferred ?B ?O)))) |
Cars.kif 5108-5113 |
|
(=>
(attribute ?X Booting)
(exists (?CD)
(and
(instance ?CD DigitalData)
(instance ?OS OperatingSystem)
(instance ?DT DataTransfer)
(during ?DT ?X)
(destination ?DT ?X)
(part ?CD ?OS)
(objectTransferred ?DT ?CD)))) |
ComputingBrands.kif 3207-3217 |
|
(=>
(instance ?AG AnimalGuiding)
(exists (?A ?C)
(and
(instance ?A Animal)
(agent ?AG ?H)
(instance ?C Carrying)
(agent ?C ?A)
(objectTransferred ?C ?H)
(instrument ?AG ?A)))) |
Mid-level-ontology.kif 4813-4822 |
|
(=>
(instance ?D Defrauding)
(exists (?A ?P ?O)
(and
(agent ?D ?A)
(suffers ?D ?P)
(benefits ?D ?A)
(objectTransferred ?D ?O)
(origin ?O ?P)
(destination ?O ?A)))) |
Mid-level-ontology.kif 16011-16020 |
|
(=>
(instance ?DRIZZLE Drizzling)
(exists (?CLTN ?R ?SIZE)
(and
(instance ?CLTN Collection)
(instance ?R Water)
(instance ?R LiquidDrop)
(member ?R ?CLTN)
(objectTransferred ?DRIZZLE ?CLTN)
(approximateDiameter ?R
(MeasureFn ?SIZE Millimeter))
(modalAttribute
(lessThanOrEqualTo ?SIZE 0.5) Likely)))) |
Weather.kif 1311-1323 |
|
(=>
(instance ?EC ElectricTransmission)
(exists (?E)
(and
(instance ?E Electricity)
(objectTransferred ?EC ?E)))) |
Cars.kif 2376-2381 |
|
(=>
(instance ?EV ExhaustValve)
(hasPurpose ?EV
(exists (?E ?T)
(and
(instance ?T Transfer)
(objectTransferred ?T ?E)
(path ?T ?EV)
(instance ?E Exhaust))))) |
Cars.kif 2649-2657 |
|
(=>
(instance ?GF GreaseFitting)
(hasPurpose ?GF
(exists (?P ?G)
(and
(instance ?G Grease)
(instance ?P Putting)
(path ?P ?GF)
(objectTransferred ?P ?G))))) |
Cars.kif 2994-3002 |
|
(=>
(instance ?GG GreaseGun)
(hasPurpose ?GG
(exists (?P ?G)
(and
(instance ?G Grease)
(instance ?P Putting)
(instrument ?P ?GG)
(objectTransferred ?P ?G))))) |
Cars.kif 3010-3018 |
|
(=>
(instance ?HT HandTool)
(capability Carrying objectTransferred ?HT)) |
Cars.kif 4448-4450 |
|
(=>
(instance ?I ITunes)
(hasPurpose ?I
(exists (?M ?D)
(and
(instance ?M MultimediaFile)
(instance ?D Downloading)
(objectTransferred ?D ?M)
(instrument ?D ?I))))) |
ComputingBrands.kif 3400-3408 |
|
(=>
(instance ?INVOICE Invoice)
(exists (?NUMBER ?BUYER ?SELLER ?ENT)
(and
(uniqueIdentifier ?NUMBER ?INVOICE)
(buys ?BUYER ?SELLER ?ENT)
(confersRight
(exists (?SELLING)
(and
(before
(BeginFn
(WhenFn ?INVOICE))
(BeginFn
(WhenFn ?SELLING)))
(instance ?SELLING Selling)
(instance ?PRODUCT Product)
(objectTransferred ?SELLING ?PRODUCT)
(refers ?INVOICE ?PRODUCT)
(agent ?SELLING ?SELLER)
(patient ?SELLING ?BUYER))) ?SELLER ?BUYER)))) |
Mid-level-ontology.kif 28036-28056 |
|
(=>
(instance ?LP Lubricating)
(exists (?L)
(and
(instance ?L Lubricant)
(objectTransferred ?LP ?L)))) |
Cars.kif 2973-2978 |
|
(=>
(instance ?PCVV PositiveCrankcaseVentilationValve)
(hasPurpose ?PCVV
(exists (?CR ?F ?CC ?T ?A)
(and
(instance ?CR Crankcase)
(instance ?F Fuel)
(instance ?CC CombustionChamber)
(instance ?T Transfer)
(instance ?A Automobile)
(part ?CR ?A)
(part ?CC ?A)
(part ?PCVV ?A)
(origin ?T ?CR)
(destination ?T ?CC)
(objectTransferred ?T ?F)
(path ?T ?PCVV))))) |
Cars.kif 3790-3806 |
|
(=>
(instance ?PO PurchaseOrder)
(exists (?NUMBER ?BUYER ?SELLER)
(and
(uniqueIdentifier ?NUMBER ?PO)
(buys ?BUYER ?SELLER ?PRODUCT)
(confersObligation
(exists (?BUYING)
(and
(before
(BeginFn
(WhenFn ?PO))
(BeginFn
(WhenFn ?BUYING)))
(instance ?BUYING Buying)
(instance ?PRODUCT Product)
(objectTransferred ?BUYING ?PRODUCT)
(refers ?PO ?PRODUCT)
(agent ?BUYING ?BUYER)
(patient ?BUYING ?SELLER))) ?BUYER ?SELLER)))) |
Mid-level-ontology.kif 28061-28081 |
|
(=>
(instance ?PROCESS Raining)
(exists (?RAIN)
(and
(instance ?RAIN Rain)
(objectTransferred ?PROCESS ?RAIN)))) |
Weather.kif 1501-1506 |
|
(=>
(instance ?PROCESS Sleeting)
(exists (?STUFF ?R ?S ?MELT)
(and
(instance ?STUFF Collection)
(objectTransferred ?PROCESS ?STUFF)
(instance ?R Raindrop)
(instance ?S Snowflake)
(member ?R ?STUFF)
(member ?S ?STUFF)
(instance ?MELT Melting)
(subProcess ?MELT ?PROCESS)
(patient ?MELT ?S)))) |
Weather.kif 773-785 |
|
(=>
(instance ?PROCESS Snowing)
(exists (?SNOW)
(and
(instance ?SNOW Snow)
(objectTransferred ?PROCESS ?SNOW)))) |
Weather.kif 1543-1548 |
|
(=>
(instance ?RAIN Raining)
(exists (?CLTN ?R)
(and
(instance ?CLTN Collection)
(instance ?R Water)
(instance ?R LiquidDrop)
(member ?R ?CLTN)
(objectTransferred ?RAIN ?CLTN)
(defaultMinimumSphereRadius ?R
(MeasureFn 0.1 Millimeter))
(defaultMaximumSphereRadius ?R
(MeasureFn 9 Millimeter))))) |
Weather.kif 669-681 |
|
(=>
(instance ?S MilitarySurplus)
(exists (?A ?B)
(and
(instance ?B Buying)
(patient ?B ?A)
(objectTransferred ?B ?S)
(not
(instance ?A MilitaryOrganization))
(not
(member ?A MilitaryOrganization))))) |
Mid-level-ontology.kif 8131-8141 |
|
|
Display limited to 25 items. Show next 25 |
|
Display limited to 25 items. Show next 25 |