(<=>
(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 744-755 |
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 31410-31424 |
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 867-876 |
|
(=>
(and
(instance ?ACT Surgery)
(patient ?ACT ?ANIMAL))
(exists (?SUBACT)
(and
(instance ?SUBACT Cutting)
(instance ?ANIMAL Animal)
(patient ?SUBACT ?ANIMAL)
(subProcess ?SUBACT ?ACT)))) |
Merge.kif 12334-12343 |
|
(=>
(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 480-492 |
|
(=>
(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 22871-22883 |
|
(=>
(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 24608-24618 |
|
(=>
(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 22890-22909 |
|
(=>
(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 12667-12675 |
|
(=>
(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 6592-6603 |
|
(=>
(and
(instance ?C Crushing)
(patient ?C ?O)
(instance ?O Object))
(exists (?B ?SC)
(and
(instance ?B Breaking)
(causes ?C ?B)
(subProcess ?B ?SC)
(instance ?SC ShapeChange)
(patient ?B ?O)
(patient ?SC ?O)))) |
Food.kif 980-992 |
|
(=>
(and
(instance ?C Curdling)
(patient ?C ?X)
(instance ?X Colloid))
(exists (?S ?A)
(and
(instance ?S Separating)
(subProcess ?S ?C)
(patient ?S ?X)
(result ?S ?A)
(piece ?A ?X)
(instance ?A Substance)))) |
Food.kif 3199-3211 |
|
(=>
(and
(instance ?C CurdlingMilk)
(instance ?M Milk)
(patient ?C ?M))
(exists (?PH ?D ?H ?L)
(and
(measure ?M
(MeasureFn ?PH PHValue))
(instance ?D Decreasing)
(subProcess ?D ?C)
(patient ?D ?PH)
(holdsDuring
(BeginFn
(WhenFn ?D))
(equal ?PH ?H)
(approximateValue ?H 6.5))
(holdsDuring
(EndFn
(WhenFn ?D))
(equal ?PH ?L)
(approximateValue ?L 4.5))))) |
Food.kif 3226-3247 |
|
(=>
(and
(instance ?C CuringFood)
(instance ?F Food)
(patient ?C ?F))
(exists (?D)
(and
(instance ?D Drying)
(subProcess ?D ?C)
(patient ?D ?F)))) |
Food.kif 96-105 |
|
(=>
(and
(instance ?Check VerifyingCardCode)
(patient ?Check ?Code)
(cardCode ?Code ?Card))
(exists (?Decode)
(and
(instance ?Decode Decoding)
(subProcess ?Decode ?Check)
(patient ?Decode ?Code)))) |
FinancialOntology.kif 3586-3595 |
|
(=>
(and
(instance ?D Diet)
(realization ?P ?D))
(exists (?E)
(and
(subProcess ?E ?P)
(instance ?E Eating)))) |
Mid-level-ontology.kif 22622-22629 |
|
(=>
(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 12048-12057 |
|
(=>
(and
(instance ?DRIVE Driving)
(patient ?DRIVE ?VEHICLE)
(instance ?VEHICLE RoadVehicle))
(exists (?TRANSPORT)
(and
(instance ?TRANSPORT TransportViaRoadVehicle)
(subProcess ?TRANSPORT ?DRIVE)))) |
Mid-level-ontology.kif 24679-24687 |
|
|
Display limited to 25 items. Show next 25 |
|
Display limited to 25 items. Show next 25 |