(=>
(during ?INTERVAL1 ?INTERVAL2)
(and
(before
(EndFn ?INTERVAL1)
(EndFn ?INTERVAL2))
(before
(BeginFn ?INTERVAL2)
(BeginFn ?INTERVAL1)))) |
Merge.kif 8357-8361 |
|
(=>
(earlier ?INTERVAL1 ?INTERVAL2)
(before
(EndFn ?INTERVAL1)
(BeginFn ?INTERVAL2))) |
Merge.kif 8420-8422 |
|
(=>
(equal
(BeginFn ?INTERVAL) ?POINT)
(forall (?OTHERPOINT)
(=>
(and
(temporalPart ?OTHERPOINT ?INTERVAL)
(not
(equal ?OTHERPOINT ?POINT)))
(before ?POINT ?OTHERPOINT)))) |
Merge.kif 8040-8047 |
|
(=>
(equal
(EndFn ?INTERVAL) ?POINT)
(forall (?OTHERPOINT)
(=>
(and
(temporalPart ?OTHERPOINT ?INTERVAL)
(not
(equal ?OTHERPOINT ?POINT)))
(before ?OTHERPOINT ?POINT)))) |
Merge.kif 8058-8065 |
|
(=>
(finishes ?INTERVAL1 ?INTERVAL2)
(and
(before
(BeginFn ?INTERVAL2)
(BeginFn ?INTERVAL1))
(equal
(EndFn ?INTERVAL2)
(EndFn ?INTERVAL1)))) |
Merge.kif 8118-8126 |
|
(=>
(holdsDuring ?T
(attribute ?A Fear))
(believes ?A
(modalAttribute
(exists (?P)
(and
(not
(wants ?A ?P))
(before ?T
(WhenFn ?P)))) Likely))) |
emotion.kif 1025-1036 |
|
(=>
(instance ?A Ambulance)
(hasPurpose ?A
(exists (?P ?T)
(and
(instance ?P Human)
(or
(attribute ?P DiseaseOrSyndrome)
(exists (?I ?H)
(and
(instance ?I Injuring)
(experiencer ?I ?H)
(before ?I ?T))))
(instance ?T Transportation)
(instrument ?T ?A)
(patient ?T ?H))))) |
Transportation.kif 2046-2061 |
|
(=>
(instance ?CHECK CheckOutService)
(exists (?CHECKIN)
(and
(instance ?CHECKIN CheckInService)
(before
(BeginFn
(WhenFn ?CHECKIN))
(BeginFn
(WhenFn ?CHECK)))))) |
Hotel.kif 2187-2194 |
|
(=>
(instance ?CM CoffeeMaking)
(holdsDuring ?CM
(exists (?LM ?S ?R)
(and
(instance ?LM LiquidMotion)
(instance ?S Soaking)
(instance ?R Removing)
(before
(BeginFn
(WhenFn ?LM))
(BeginFn
(WhenFn ?S)))
(before
(BeginFn
(WhenFn ?S))
(BeginFn
(WhenFn ?R))))))) |
Food.kif 703-716 |
|
(=>
(instance ?E EidAlFitr)
(exists (?R ?Y)
(and
(instance ?R Ramadan)
(instance ?Y Year)
(during ?R ?Y)
(during ?E ?Y)
(before ?R ?E)))) |
ArabicCulture.kif 229-237 |
|
(=>
(instance ?INTERVAL TimeInterval)
(before
(BeginFn ?INTERVAL)
(EndFn ?INTERVAL))) |
Merge.kif 8174-8176 |
|
(=>
(instance ?INVOICE Invoice)
(exists (?NUMBER ?BUYER ?SELLER ?ENT ?PRODUCT)
(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 30956-30976 |
|
(=>
(instance ?LOCK ElectronicLock)
(hasPurpose ?LOCK
(exists (?ES ?PROC)
(and
(instance ?ES ElectronicSignalling)
(destination ?ES ?LOCK)
(instance ?PROC Opening)
(instrument ?PROC ?LOCK)
(before
(BeginFn
(WhenFn ?ES))
(BeginFn
(WhenFn ?PROC))))))) |
Mid-level-ontology.kif 26882-26893 |
|
(=>
(instance ?MS MuakharSadaq)
(exists (?H ?W ?T1 ?T2)
(and
(agent ?MS ?H)
(origin ?MS ?H)
(destination ?MS ?W)
(holdsDuring ?T1
(wife ?W ?H))
(not
(holdsDuring ?T2
(wife ?W ?H)))
(finishes ?T1 ?MS)
(before ?T1 ?T2)
(starts ?T2 ?MS)))) |
ArabicCulture.kif 285-299 |
|
(=>
(instance ?MS MuqaddamSadaq)
(exists (?H ?W ?T1 ?T2)
(and
(agent ?MS ?H)
(origin ?MS ?H)
(destination ?MS ?W)
(not
(holdsDuring ?T1
(wife ?W ?H)))
(holdsDuring ?T2
(wife ?W ?H))
(finishes ?T1 ?MS)
(before ?T1 ?T2)
(starts ?T2 ?MS)))) |
ArabicCulture.kif 305-319 |
|
(=>
(instance ?N AntiInflammatory)
(hasPurpose ?N
(exists (?I ?H ?IN)
(and
(instance ?I Inflammation)
(experiencer ?H ?I)
(instance ?IN Ingesting)
(before
(BeginFn
(WhenFn ?I))
(BeginFn
(WhenFn ?IN)))
(holdsDuring
(FutureFn
(WhenFn ?I))
(not
(exists (?I2)
(and
(instance ?I2 Inflammation)
(experiencer ?I2 ?H))))))))) |
Mid-level-ontology.kif 13317-13337 |
|
(=>
(instance ?OBJ Object)
(exists (?TIME1 ?TIME2)
(and
(instance ?TIME1 TimePoint)
(instance ?TIME2 TimePoint)
(before ?TIME1 ?TIME2)
(forall (?TIME)
(=>
(and
(beforeOrEqual ?TIME1 ?TIME)
(beforeOrEqual ?TIME ?TIME2))
(time ?OBJ ?TIME)))))) |
Merge.kif 8152-8164 |
|
(=>
(instance ?PO PurchaseOrder)
(exists (?NUMBER ?BUYER ?SELLER ?PRODUCT)
(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 30983-31003 |
|
(=>
(instance ?SVC LaundryService)
(exists (?CLOTHES ?WASH ?DRY ?IRON)
(and
(instance ?CLOTHES Clothing)
(patient ?SVC ?CLOTHES)
(subProcess ?WASH ?SVC)
(instance ?WASH Washing)
(patient ?WASH ?CLOTHES)
(result ?WASH
(attribute ?CLOTHES Clean))
(subProcess ?DRY ?SVC)
(instance ?DRY Drying)
(patient ?DRY ?CLOTHES)
(instance ?IRON Ironing)
(subProcess ?IRON ?SVC)
(patient ?IRON ?CLOTHES)
(before
(BeginFn
(WhenFn ?WASH))
(BeginFn
(WhenFn ?DRY)))
(before
(BeginFn
(WhenFn ?DRY))
(BeginFn
(WhenFn ?IRON)))))) |
Hotel.kif 1785-1802 |
|
(=>
(instance ?SVC RoomService)
(exists (?AGENT ?FOOD ?CUSTOMER ?RQST ?ORDER ?DELIVERY ?LOC)
(and
(customer ?CUSTOMER ?AGENT)
(agent ?SVC ?AGENT)
(instance ?RQST Requesting)
(agent ?RQST ?CUSTOMER)
(patient ?RQST ?ORDER)
(represents ?ORDER ?FOOD)
(instance ?FOOD PreparedFood)
(located ?CUSTOMER ?LOC)
(instance ?LOC HotelUnit)
(instance ?DELIVERY DeliveryService)
(patient ?DELIVERY ?FOOD)
(destination ?DELIVERY ?LOC)
(before
(BeginFn
(WhenFn ?RQST))
(BeginFn
(WhenFn ?DELIVERY)))))) |
Hotel.kif 1969-1987 |
- If a process is an instance of room service,
- then there exist an agent, an entity,, , a cognitive agent,, , another process,, , another entity,, , a third process and an object such that the agent is a customer of the cognitive agent and the agent is an agent of the process and the other process is an instance of requesting and the cognitive agent is an agent of the other process and the other entity is a patient of the other process and the other entity expresses the entity and the entity is an instance of prepared food and the cognitive agent is located at the object and the object is an instance of hotel unit and the third process is an instance of delivery service and the entity is a patient of the third process and the third process ends up at the object and the beginning of the time of existence of the other process happens before the beginning of the time of existence of the third process
|
(=>
(instance ?SVC ValetLaundryService)
(exists (?CUST ?AGENT ?LOC ?CLOTHES ?LAUNDRY ?PICKUP ?DELIVERY)
(and
(customer ?CUST ?AGENT)
(stays ?CUST ?LOC)
(agent ?SVC ?AGENT)
(instance ?CLOTHES Clothing)
(instance ?PICKUP Getting)
(located ?PICKUP ?LOC)
(patient ?PICKUP ?CLOTHES)
(agent ?PICKUP ?AGENT)
(or
(instance ?LAUNDRY LaundryService)
(instance ?LAUNDRY DryCleaningService))
(agent ?LAUNDRY ?AGENT)
(patient ?LAUNDRY ?CLOTHES)
(instance ?DELIVERY DeliveryService)
(patient ?DELIVERY ?CLOTHES)
(destination ?DELIVERY ?LOC)
(before
(BeginFn
(WhenFn ?PICKUP))
(BeginFn
(WhenFn ?LAUNDRY)))
(before
(BeginFn
(WhenFn ?LAUNDRY))
(BeginFn
(WhenFn ?DELIVERY)))))) |
Hotel.kif 1827-1848 |
- If a process is an instance of valet laundry,
- then there exist a human, an agent,, , a temporary residence,, , an entity,, , another process,, , a third process and a fourth process such that the agent is a customer of the human and the human stays at the temporary residence and the agent is an agent of the process and the entity is an instance of clothing and the third process is an instance of getting and the third process is located at the temporary residence and the entity is a patient of the third process and the agent is an agent of the third process and the other process is an instance of laundry service or the other process is an instance of dry-clean and the agent is an agent of the other process and the entity is a patient of the other process and the fourth process is an instance of delivery service and the entity is a patient of the fourth process and the fourth process ends up at the temporary residence and the beginning of the time of existence of the third process happens before the beginning of the time of existence of the other process and the beginning of the time of existence of the other process happens before the beginning of the time of existence of the fourth process
|
(=>
(instance ?X Bidet)
(hasPurpose ?X
(exists (?PROC ?WASH ?PART)
(and
(or
(instance ?PROC Defecation)
(instance ?PROC Urination))
(instrument ?PROC ?PART)
(instance ?WASH Washing)
(objectTransferred ?WASH ?PART)
(instrument ?WASH ?X)
(before
(BeginFn
(WhenFn ?PROC))
(BeginFn
(WhenFn ?WASH))))))) |
Mid-level-ontology.kif 2248-2262 |
|
(=>
(instance ?X Earphone)
(hasPurpose ?X
(exists (?ES ?RS ?SIGNAL ?EAR ?PROC)
(and
(instance ?ES ElectricalSignalling)
(patient ?ES ?SIGNAL)
(destination ?ES ?X)
(instance ?PROC Process)
(instrument ?PROC ?X)
(patient ?PROC ?SIGNAL)
(result ?PROC ?RS)
(instance ?RS RadiatingSound)
(origin ?RS ?X)
(before
(BeginFn
(WhenFn ?ES))
(BeginFn
(WhenFn ?PROC)))
(before
(BeginFn
(WhenFn ?PROC))
(BeginFn
(WhenFn ?RS)))
(instance ?EAR Ear)
(orientation ?X ?EAR Adjacent))))) |
Mid-level-ontology.kif 27148-27169 |
|
(=>
(instance ?X Iftar)
(exists (?R ?S ?D)
(and
(instance ?S Sunset)
(instance ?R Ramadan)
(instance ?D Day)
(during ?D ?R)
(during
(WhenFn ?X) ?D)
(during ?S ?D)
(before ?S
(WhenFn ?X))))) |
ArabicCulture.kif 91-101 |
|
(=>
(instance ?X Suhur)
(exists (?R ?S ?D)
(and
(instance ?S Sunrise)
(instance ?R Ramadan)
(instance ?D Day)
(during ?D ?R)
(during
(WhenFn ?X) ?D)
(during ?S ?D)
(before
(WhenFn ?X) ?S)))) |
ArabicCulture.kif 36-46 |
|
|
Display limited to 25 items. Show next 25 |
|
Display limited to 25 items. Show next 25 |