(<=>
(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 718-729 |
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 30212-30226 |
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 ?PROC)
(and
(element ?LOC
(PropertyFn ?AGENT))
(agent ?S ?AGENT)
(patient ?S ?CUST)
(or
(instance ?S ?PHYS)
(and
(instance ?PROC ?PHYS)
(subProcess ?S ?PROC)))
(located ?S ?LOC))) Possibility)) |
Hotel.kif 522-538 |
|
(=>
(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 866-875 |
|
(=>
(and
(instance ?ACT Surgery)
(patient ?ACT ?ANIMAL))
(exists (?SUBACT)
(and
(instance ?SUBACT Cutting)
(instance ?ANIMAL Animal)
(patient ?SUBACT ?ANIMAL)
(subProcess ?SUBACT ?ACT)))) |
Merge.kif 12118-12127 |
|
(=>
(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 482-494 |
|
(=>
(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 21706-21718 |
|
(=>
(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 23444-23454 |
|
(=>
(and
(instance ?Account SavingsAccount)
(instance ?Transaction FinancialTransaction)
(origin ?Transaction
(CurrencyFn ?Account)))
(exists (?Authorization)
(and
(instance ?Authorization AuthorizationOfTransaction)
(subProcess ?Authorization ?Transaction)))) |
FinancialOntology.kif 1033-1041 |
|
(=>
(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 21725-21744 |
|
(=>
(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 337-352 |
|
(=>
(and
(instance ?C Choking)
(experiencer ?C ?H))
(exists (?CO)
(and
(instance ?CO Coughing)
(subProcess ?CO ?C)
(experiencer ?CO ?H)))) |
Mid-level-ontology.kif 11618-11626 |
|
(=>
(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 6003-6014 |
|
(=>
(and
(instance ?Check VerifyingCardCode)
(patient ?Check ?Code)
(cardCode ?Code ?Card))
(exists (?Decode)
(and
(instance ?Decode Decoding)
(subProcess ?Decode ?Check)
(patient ?Decode ?Code)))) |
FinancialOntology.kif 3585-3594 |
|
(=>
(and
(instance ?D Diet)
(realization ?P ?D))
(exists (?E)
(and
(subProcess ?E ?P)
(instance ?E Eating)))) |
Mid-level-ontology.kif 21312-21319 |
|
(=>
(and
(instance ?DESTR PreciseDestruction)
(patient ?DESTR ?PATIENT))
(hasPurpose ?DESTR
(not
(exists (?DAMAGING ?DAMAGED)
(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 11893-11902 |
|
(=>
(and
(instance ?DRIVE Driving)
(patient ?DRIVE ?VEHICLE)
(instance ?VEHICLE RoadVehicle))
(exists (?TRANSPORT)
(and
(instance ?TRANSPORT TransportViaRoadVehicle)
(subProcess ?TRANSPORT ?DRIVE)))) |
Mid-level-ontology.kif 23515-23523 |
|
(=>
(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 1275-1296 |
- 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,, , a fourth object and a real number such that the third object is an instance of land area and the other process is located at the third object 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 fourth object is an instance of land area and the transfer ends up at the fourth object and the third object and the fourth object doesn't 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 9893-9905 |
|
(=>
(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 10516-10526 |
|
(=>
(and
(instance ?ELT ExperiencingALumpInTheThroat)
(experiencer ?ELT ?A))
(exists (?P ?T)
(and
(instance ?P Perception)
(subProcess ?P ?ELT)
(agent ?P ?A)
(patient ?P ?T)
(instance ?T Throat)
(part ?T ?A)))) |
emotion.kif 1710-1721 |
|
|
Display limited to 25 items. Show next 25 |
|
Display limited to 25 items. Show next 25 |