(=>
(and
(instance ?AWARD LegalAward)
(refers ?AWARD ?ACTION)
(instance ?ACTION LegalAction)
(agent ?ACTION ?PLAINTIFF))
(confersRight
(exists (?GET ?OBJ ?VALUE)
(and
(instance ?GET Getting)
(experiencer ?GET ?PLAINTIFF)
(patient ?GET ?OBJ)
(monetaryValue ?OBJ ?VALUE))) ?AWARD ?PLAINTIFF)) |
Mid-level-ontology.kif 15621-15633 |
|
(=>
(and
(instance ?GIVE Giving)
(agent ?GIVE ?AGENT1)
(destination ?GIVE ?AGENT2)
(instance ?AGENT2 Agent)
(patient ?GIVE ?OBJ))
(exists (?GET)
(and
(instance ?GET Getting)
(agent ?GET ?AGENT2)
(origin ?GET ?AGENT1)
(patient ?GET ?OBJ)))) |
Merge.kif 11506-11518 |
|
(=>
(and
(instance ?P FoodPickup)
(agent ?P ?AGENT)
(destination ?P ?CUST)
(patient ?P ?FOOD))
(and
(instance ?FOOD
(FoodForFn Human))
(exists (?LOC ?T ?G)
(and
(located ?AGENT ?LOC)
(instance ?T Translocation)
(agent ?T ?CUST)
(destination ?T ?LOC)
(instance ?G Getting)
(origin ?G ?AGENT)
(destination ?G ?CUST)
(patient ?G ?FOOD))))) |
Dining.kif 564-581 |
|
(=>
(and
(instance ?X Buffet)
(member ?ITEM ?X)
(located ?X ?LOC1)
(instance ?E Eating)
(agent ?E ?AGENT)
(eventLocated ?E ?LOC2)
(patient ?E ?ITEM))
(and
(not
(equal ?LOC1 ?LOC2))
(exists (?G)
(and
(instance ?G Getting)
(patient ?G ?ITEM)
(origin ?G ?LOC1)
(agent ?G ?AGENT)
(before
(WhenFn ?G)
(WhenFn ?E)))))) |
Dining.kif 270-287 |
|
(=>
(instance ?FD FoodDistributionOperation)
(exists (?GI ?GE)
(and
(instance ?GI Giving)
(instance ?GI Getting)
(subProcess ?GI ?FD)
(subProcess ?GE ?FD)))) |
Military.kif 53-60 |
|
(=>
(instance ?HN HostNation)
(exists (?GETTING ?FORCES ?OTHERNATION ?MILITARY)
(and
(instance ?OTHERNATION Nation)
(instance ?MILITARY MilitaryForce)
(militaryOfArea ?MILITARY ?OTHERNATION)
(subOrganization ?FORCES ?MILITARY)
(not
(equal ?HN ?OTHERNATION))
(not
(enemy ?HN ?OTHERNATION))
(instance ?GETTING Getting)
(agent ?GETTING ?HN)
(patient ?GETTING ?FORCES)
(instance ?FORCES MilitaryForce)
(located ?FORCES ?HN)))) |
MilitaryProcesses.kif 1357-1373 |
|
(=>
(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 1802-1823 |
- If a process is an instance of valet laundry,
- then there exist a human, a cognitive agent,, , a temporary residence,, , an entity,, , another process,, , a third process and a fourth process such that the cognitive agent is a customer of the human and the human stays at the temporary residence and the cognitive 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 cognitive 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 cognitive 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
|