(=>
(and
(instance ?D DeliveryService)
(agent ?D ?AGENT))
(capability DeliveryService agent ?AGENT)) |
Dining.kif 532-536 |
|
(=>
(deliveryRegion ?AGENT ?REGION)
(capability DeliveryService agent ?AGENT)) |
Dining.kif 546-548 |
|
(=>
(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
|