(<=>
(attribute ?MUSIC PolyphonicMusic)
(exists (?PART1 ?PART2)
(and
(instance ?MUSIC MakingMusic)
(instance ?PART1 MakingMusic)
(instance ?PART2 MakingMusic)
(subProcess ?PART1 ?MUSIC)
(subProcess ?PART2 ?MUSIC)
(not
(equal ?PART1 ?PART2))
(cooccur ?PART1 ?MUSIC)
(cooccur ?PART2 ?MUSIC)))) |
Mid-level-ontology.kif 712-723 |
Polyphonic music is an attribute of an object if and only if there exist a process and another process such that the object is an instance of making music and the process is an instance of making music and the other process is an instance of making music and the process is a subprocess of the object and the other process is a subprocess of the object and the process is not equal to the other process and the process occurs at the same time as the object and the other process occurs at the same time as the object |
(<=>
(manner ?P Harmless)
(and
(not
(instance ?P Damaging))
(not
(exists (?P2)
(and
(instance ?P2 Damaging)
(subProcess ?P2 ?P))))
(not
(exists (?P2)
(and
(instance ?P2 Damaging)
(causes ?P ?P2)))))) |
Mid-level-ontology.kif 29674-29688 |
A process is performed in the manner Harmless if and only if the process is not an instance of damaging and there doesn't exist the process2 such that the process2 is an instance of damaging and the process2 is a subprocess of the process and there doesn't exist the process2 such that the process2 is an instance of damaging and the process causes the process2 |
(=>
(and
(agent ?Purchase ?Buyer)
(origin ?Purchase ?Seller)
(patient ?Purchase ?Object)
(monetaryValue ?Object ?Money))
(exists (?Payment)
(and
(subProcess ?Payment ?Purchase)
(instance ?Payment Payment)
(transactionAmount ?Payment ?Money)
(origin ?Payment ?Buyer)
(destination ?Payment ?Seller)))) |
FinancialOntology.kif 487-499 |
|
(=>
(and
(customer ?CUST ?AGENT)
(propertyAmenity ?AGENT ?PHYS)
(subclass ?PHYS Process))
(modalAttribute
(exists (?S ?LOC)
(and
(element ?LOC
(PropertyFn ?AGENT))
(agent ?S ?AGENT)
(patient ?S ?CUST)
(or
(instance ?S ?PHYS)
(and
(instance ?PROC ?PHY)
(subProcess ?S ?PROC)))
(located ?S ?LOC))) Possibility)) |
Hotel.kif 502-518 |
|
(=>
(and
(equal ?S
(SongFn ?MC ?LC))
(realization ?S ?MUSIC))
(exists (?MM ?MV)
(and
(patient ?MM ?MC)
(patient ?MV ?LC)
(subProcess ?MM ?MUSIC)
(subProcess ?MV ?MUSIC)))) |
Music.kif 864-873 |
|
(=>
(and
(instance ?ACT Surgery)
(patient ?ACT ?ANIMAL))
(exists (?SUBACT)
(and
(instance ?SUBACT Cutting)
(instance ?ANIMAL Animal)
(patient ?SUBACT ?ANIMAL)
(subProcess ?SUBACT ?ACT)))) |
Merge.kif 12029-12038 |
|
(=>
(and
(instance ?AMBULATE Ambulating)
(equal ?DURATION
(WhenFn ?AMBULATE)))
(exists (?STEP1 ?STEPN)
(and
(instance ?STEP1 Stepping)
(instance ?STEPN Stepping)
(subProcess ?STEP1 ?AMBULATE)
(subProcess ?STEPN ?AMBULATE)
(starts
(WhenFn ?STEP1) ?DURATION)
(finishes
(WhenFn ?STEPN) ?DURATION)
(not
(equal ?STEP1 ?STEPN))))) |
Mid-level-ontology.kif 476-488 |
|
(=>
(and
(instance ?AMBUSH Ambush)
(agent ?AMBUSH ?AG))
(exists (?C)
(and
(instance ?C Concealing)
(subProcess ?C ?AMBUSH)
(hasPurpose ?C
(exists (?ATTACK)
(and
(instance ?ATTACK Attack)
(agent ?ATTACK ?AG))))))) |
Mid-level-ontology.kif 21215-21227 |
|
(=>
(and
(instance ?APR AirPhotographicReconnaissance)
(agent ?APR ?AGENT)
(patient ?APR ?HOSTILE))
(exists (?PHOTOGRAPHING)
(and
(instance ?PHOTOGRAPHING Photographing)
(subProcess ?PHOTOGRAPHING ?APR)
(agent ?PHOTOGRAPHING ?AGENT)
(patient ?PHOTOGRAPHING ?HOSTILE)))) |
MilitaryProcesses.kif 753-763 |
|
(=>
(and
(instance ?AR AmphibiousReconnaissance)
(agent ?AR ?AGENT))
(exists (?LANDING)
(and
(subProcess ?LANDING ?AR)
(instance ?LANDING LandingWaterLand)
(agent ?LANDING ?AGENT)))) |
MilitaryProcesses.kif 782-790 |
|
(=>
(and
(instance ?ARREST PlacingUnderArrest)
(arrested ?ARREST ?AGENT)
(instance ?AGENT GroupOfPeople)
(member ?MEMBER ?AGENT))
(exists (?ARREST1)
(and
(instance ?ARREST1 PlacingUnderArrest)
(arrested ?ARREST1 ?MEMBER)
(subProcess ?ARREST1 ?ARREST)))) |
Mid-level-ontology.kif 22917-22927 |
|
(=>
(and
(instance ?B Blockade)
(instance ?C Contest)
(subProcess ?B ?C)
(contestParticipant ?C ?A1)
(agent ?B ?A1))
(exists (?C1 ?A2)
(and
(prevents ?C1 Translocation)
(instance ?B ?C1)
(contestParticipant ?C ?A2)
(not
(equal ?A1 ?A2))
(desires ?A2
(exists (?I)
(and
(instance ?I ?C1)
(agent ?I ?A1)
(subProcess ?I ?C))))))) |
Mid-level-ontology.kif 21234-21253 |
|
(=>
(and
(instance ?B Buying)
(patient ?B ?ITEM)
(origin ?B ?AGENT)
(or
(publishedPrice ?ENT ?PRICE ?AGENT ?PS)
(unitPrice ?ENT ?QUANT ?AGENT ?PS))
(subclass ?ENT Physical)
(immediateInstance ?ITEM ?ENT)
(validPaymentType ?PS ?PAY))
(modalAttribute
(exists (?PAYMENT)
(and
(instance ?PAYMENT ?PAY)
(subProcess ?PAYMENT ?B))) Likely)) |
Catalog.kif 332-347 |
|
(=>
(and
(instance ?C Choking)
(experiencer ?C ?H))
(exists (?CO)
(and
(instance ?CO Coughing)
(subProcess ?CO ?C)
(experiencer ?CO ?H)))) |
Mid-level-ontology.kif 11252-11260 |
|
(=>
(and
(instance ?C Coughing)
(experiencer ?C ?H))
(exists (?I ?E)
(and
(instance ?I Inhaling)
(instance ?E Exhaling)
(subProcess ?I ?C)
(subProcess ?E ?C)
(experiencer ?I ?H)
(experiencer ?E ?H)))) |
Mid-level-ontology.kif 5723-5734 |
|
(=>
(and
(instance ?D Diet)
(realization ?P ?D))
(exists (?E)
(and
(subProcess ?E ?P)
(instance ?E Eating)))) |
Mid-level-ontology.kif 20826-20833 |
|
(=>
(and
(instance ?DESTR PreciseDestruction)
(patient ?DESTR ?PATIENT))
(hasPurpose ?DESTR
(not
(exists (?DAMAGING)
(and
(instance ?DAMAGING Damaging)
(subProcess ?DAMAGING ?DESTR)
(patient ?DAMAGING ?DAMAGED)
(not
(equal ?PATIENT ?DAMAGED))))))) |
MilitaryProcesses.kif 618-630 |
|
(=>
(and
(instance ?DISCOVER Discovering)
(patient ?DISCOVER ?OBJ)
(holdsDuring
(WhenFn ?DISCOVER)
(located ?OBJ ?PLACE)))
(exists (?LEARN)
(and
(instance ?LEARN Learning)
(subProcess ?LEARN ?DISCOVER)
(patient ?LEARN
(located ?OBJ ?PLACE))))) |
Merge.kif 11804-11813 |
|
(=>
(and
(instance ?DRIVE Driving)
(patient ?DRIVE ?VEHICLE)
(instance ?VEHICLE RoadVehicle))
(exists (?TRANSPORT)
(and
(instance ?TRANSPORT TransportViaRoadVehicle)
(subProcess ?TRANSPORT ?DRIVE)))) |
Mid-level-ontology.kif 22988-22996 |
|
(=>
(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 ?E Edema)
(experiencer ?E ?A))
(exists (?T ?P ?L)
(and
(instance ?T Transfer)
(instance ?L Liquid)
(instance ?P BodyPart)
(part ?P ?A)
(destination ?T ?P)
(moves ?T ?L)
(subProcess ?T ?E)))) |
Mid-level-ontology.kif 9532-9544 |
|
(=>
(and
(instance ?E Extension)
(moves ?E ?BP))
(exists (?M ?MC)
(and
(instance ?M Muscle)
(instance ?MC MuscularContraction)
(instrument ?E ?M)
(connected ?M ?BP)
(subProcess ?MC ?E)))) |
Mid-level-ontology.kif 10155-10165 |
|
(=>
(and
(instance ?ELT ExperiencingALumpInTheThroat)
(experiencer ?ELT ?A))
(exists (?P)
(and
(instance ?P Perception)
(subProcess ?P ?ELT)
(agent ?P ?A)
(patient ?P ?T)
(instance ?T Throat)
(part ?T ?A)))) |
emotion.kif 1718-1729 |
|
(=>
(and
(instance ?ELT ExperiencingDiscomfortInTheStomach)
(experiencer ?ELT ?A))
(exists (?P)
(and
(instance ?P Perception)
(during
(WhenFn ?P)
(WhenFn ?PAIN))
(instance ?PAIN Pain)
(experiencer ?PAIN ?A)
(subProcess ?P ?ELT)
(agent ?P ?A)
(patient ?P ?T)
(instance ?T Stomach)
(part ?T ?A)))) |
emotion.kif 1591-1605 |
|
(=>
(and
(instance ?ELT ExperiencingHeatInCheeksOrChest)
(experiencer ?ELT ?A))
(exists (?P)
(and
(instance ?P Perception)
(subProcess ?P ?ELT)
(agent ?P ?A)
(patient ?P ?T)
(or
(instance ?T Torso)
(instance ?T Face))
(part ?T ?A)))) |
emotion.kif 1746-1759 |
|
|
Display limited to 25 items. Show next 25 |
|
Display limited to 25 items. Show next 25 |