(=>
(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 2117-2130 |
|
(=>
(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 871-885 |
|
(=>
(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 5736-5755 |
|
(=>
(and
(instance ?C Crying)
(experiencer ?C ?H))
(exists (?T ?E)
(and
(instance ?T TearSubstance)
(origin ?C ?E)
(objectTransferred ?C ?T)
(instance ?E Eye)
(part ?E ?H)))) |
emotion.kif 1129-1139 |
|
(=>
(and
(instance ?C Sneezing)
(experiencer ?C ?H))
(hasPurpose ?C
(exists (?R ?N ?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 5802-5820 |
|
(=>
(and
(instance ?DUSTSTORM DustStorm)
(instance ?WIND Wind)
(subProcess ?DUSTSTORM ?WIND))
(exists (?TRANSLOCATE ?PM ?SAND ?A1 ?A2 ?STRONG)
(and
(instance ?A1 LandArea)
(eventLocated ?WIND ?A1)
(surfaceWindSpeed ?A1
(MeasureFn ?STRONG KnotUnitOfSpeed))
(greaterThan ?STRONG 30.0)
(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 1274-1295 |
- 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 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.0 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 the third object and the entity is not overlapsSpatially
|
(=>
(and
(instance ?HA HeartAttack)
(instance ?H Heart)
(located ?HA ?H))
(exists (?M)
(and
(instance ?M Muscle)
(part ?M ?H)
(not
(exists (?BF ?B)
(and
(instance ?BF LiquidMotion)
(objectTransferred ?BF ?B)
(instance ?B Blood)
(during ?BF
(WhenFn ?HA))
(destination ?BF ?M))))))) |
Mid-level-ontology.kif 10867-10884 |
|
(=>
(and
(instance ?HA Stroke)
(instance ?H Brain)
(located ?HA ?H))
(exists (?M)
(and
(instance ?M NerveCell)
(part ?M ?H)
(not
(exists (?BF ?B)
(and
(instance ?BF LiquidMotion)
(objectTransferred ?BF ?B)
(instance ?B Blood)
(during ?BF
(WhenFn ?HA))
(destination ?BF ?M))))))) |
Mid-level-ontology.kif 11396-11413 |
|
(=>
(and
(instance ?LECS AirEngineCoolingSystem)
(instance ?C Cooling)
(instrument ?C ?LECS))
(exists (?A)
(and
(instance ?A Air)
(objectTransferred ?C ?A)))) |
Cars.kif 2182-2190 |
|
(=>
(and
(instance ?LECS LiquidEngineCoolingSystem)
(instance ?C Cooling)
(instrument ?C ?LECS))
(exists (?L)
(and
(attribute ?L Liquid)
(objectTransferred ?C ?L)))) |
Cars.kif 2166-2174 |
|
(=>
(and
(instance ?P Prescription)
(instance ?M Medicine)
(refers ?P ?M))
(exists (?PHARM ?S)
(and
(instance ?S Selling)
(objectTransferred ?S ?M)
(agent ?S ?PHARM)
(attribute ?S Pharmacist)))) |
Mid-level-ontology.kif 8889-8899 |
|
(=>
(and
(instance ?S Swallowing)
(agent ?S ?H))
(exists (?M ?E ?ST ?O)
(and
(instance ?M Mouth)
(instance ?E Esophagus)
(instance ?ST Stomach)
(objectTransferred ?S ?O)
(origin ?S ?M)
(destination ?S ?ST)
(path ?S ?E)))) |
Mid-level-ontology.kif 6256-6268 |
|
(=>
(and
(instance ?SPIT Drooling)
(experiencer ?SPIT ?ANIMAL))
(exists (?MOUTH ?S)
(and
(instance ?MOUTH Mouth)
(objectTransferred ?SPIT ?S)
(instance ?S Saliva)
(part ?MOUTH ?ANIMAL)
(origin ?SPIT ?MOUTH)))) |
Mid-level-ontology.kif 6236-6246 |
|
(=>
(and
(instance ?SU SoftwareUpgrading)
(patient ?SU ?C)
(instance ?C Computer))
(exists (?P)
(and
(objectTransferred ?SU ?P)
(instance ?P ComputerProgram)
(holdsDuring
(BeginFn
(WhenFn ?SU)
(softwareVersion ?P PreviousVersion)))
(holdsDuring
(EndFn
(WhenFn ?SU)
(softwareVersion ?P CurrentVersion)))))) |
ComputingBrands.kif 3789-3803 |
|
(=>
(and
(instance ?T Transfer)
(objectTransferred ?T ?O)
(orientation ?O2 ?O Inside))
(objectTransferred ?T ?O2)) |
Merge.kif 11185-11190 |
|
(=>
(and
(instance ?T Transfer)
(objectTransferred ?T ?O)
(orientation ?O2 ?O On))
(objectTransferred ?T ?O2)) |
Merge.kif 11192-11197 |
|
(=>
(and
(shortage ?A ?O ?C ?T ?N)
(instance ?N Integer))
(desires ?A
(exists (?B ?G)
(and
(instance ?B Buying)
(during
(WhenFn ?B) ?T)
(objectTransferred ?B ?G)
(transactionAmount ?B ?C)
(agent ?B ?A)
(instance ?G Collection)
(memberType ?G ?O)
(memberCount ?G ?N)
(possesses ?A ?G))))) |
Mid-level-ontology.kif 30352-30367 |
|
(=>
(and
(shortage ?A ?O ?C ?T ?N)
(instance ?N Integer))
(not
(exists (?B ?G)
(and
(instance ?B Buying)
(during
(WhenFn ?B) ?T)
(objectTransferred ?B ?G)
(transactionAmount ?B ?C)
(agent ?B ?A)
(instance ?G Collection)
(memberType ?G ?O)
(memberCount ?G ?N)
(possesses ?A ?G))))) |
Mid-level-ontology.kif 30319-30334 |
|
(=>
(and
(shortage ?A ?O ?C ?T ?N)
(instance ?N PhysicalQuantity))
(desires ?A
(exists (?B ?G)
(and
(instance ?B Buying)
(during
(WhenFn ?B) ?T)
(objectTransferred ?B ?G)
(transactionAmount ?B ?C)
(agent ?B ?A)
(instance ?G ?O)
(measure ?G ?N)
(possesses ?A ?G))))) |
Mid-level-ontology.kif 30369-30383 |
|
(=>
(and
(shortage ?A ?O ?C ?T ?N)
(instance ?N PhysicalQuantity))
(not
(exists (?B ?G)
(and
(instance ?B Buying)
(during
(WhenFn ?B) ?T)
(objectTransferred ?B ?G)
(transactionAmount ?B ?C)
(agent ?B ?A)
(instance ?G ?O)
(measure ?G ?N)
(possesses ?A ?G))))) |
Mid-level-ontology.kif 30336-30350 |
|
(=>
(and
(vaccine ?VAC ?VIR)
(instance ?V Vaccination)
(experiencer ?V ?H)
(instance ?VACI ?VAC)
(objectTransferred ?V ?VACI))
(hasPurpose ?VAC
(not
(exists (?I)
(and
(instance ?I Infecting)
(experiencer ?I ?H)
(instance ?VIRI ?VIR)
(objectTransferred ?I ?VIRI)))))) |
WMD.kif 1083-1097 |
|
(=>
(attribute ?O NewItem)
(not
(exists (?B)
(and
(instance ?B Buying)
(objectTransferred ?B ?O))))) |
Cars.kif 5145-5151 |
|
(=>
(attribute ?O UsedItem)
(exists (?B)
(and
(instance ?B Buying)
(objectTransferred ?B ?O)))) |
Cars.kif 5132-5137 |
|
(=>
(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 3185-3195 |
|
(=>
(attribute ?X USNonPrescriptionDrug)
(modalAttribute
(exists (?B)
(and
(instance ?B Buying)
(objectTransferred ?B ?X)
(not
(exists (?P)
(and
(instance ?P Prescription)
(refers ?P ?X)))))) Legal)) |
Mid-level-ontology.kif 8929-8941 |
|
|
Display limited to 25 items. Show next 25 |
|
Display limited to 25 items. Show next 25 |