stays
|
|
Sigma KEE - stays
|
appearance as argument number 1
|
|
|
appearance as argument number 2
|
|
|
antecedent
|
|
|
consequent
|
|
(=>
(and
(maxRoomCapacity ?ROOM ?NUM)
(instance ?X ?ROOM)
(element ?X
(PropertyFn ?AGENT)))
(modalAttribute
(exists (?GRP ?PPL)
(and
(instance ?GRP GroupOfPeople)
(memberCount ?GRP ?PPL)
(lessThanOrEqualTo ?PPL ?NUM)
(stays ?GRP ?X))) Possibility)) |
Hotel.kif 479-490 |
If X can accommodate at most Y people, Z is an instance of X, and Z is an element of belongings of W, then the statement there exist V, U such that V is an instance of group of people, U is a member count of V, U is less than or equal to Y, and V stays at Z has the modal force of possibility |
(=>
(attribute ?X ChildrenSuite)
(hasPurpose ?X
(exists (?CHILD)
(and
(instance ?CHILD HumanChild)
(stays ?CHILD ?X))))) |
Hotel.kif 1037-1043 |
If children's suite is an attribute of X, then X has the purpose there exists Y such that Y is an instance of human child and Y stays at X |
(=>
(attribute ?X FemaleExecutiveRoom)
(hasPurpose ?X
(exists (?HUMAN)
(and
(instance ?HUMAN Human)
(attribute ?HUMAN Female)
(attribute ?HUMAN BusinessExecutive)
(stays ?HUMAN ?X))))) |
Hotel.kif 1050-1058 |
If female executive room is an attribute of X, then X has the purpose there exists Y such that Y is an instance of human, female is an attribute of Y, business executive is an attribute of Y, and Y stays at X |
(=>
(attribute ?X ExecutiveLevel)
(forall (?Y)
(=>
(and
(instance ?Y HotelRoom)
(located ?Y ?X))
(hasPurpose ?Y
(exists (?HUMAN)
(and
(attribute ?HUMAN BusinessExecutive)
(instance ?HUMAN Human)
(stays ?HUMAN ?Y))))))) |
Hotel.kif 1232-1244 |
If executive level is an attribute of X, then For all Physical Y: if Y is an instance of hotel room and Y is located at X, then Y has the purpose there exists Z such that business executive is an attribute of Z, Z is an instance of human, and Z stays at Y |
(=>
(attribute ?X ExclusiveFemaleLevel)
(forall (?Y)
(=>
(and
(instance ?Y HotelRoom)
(located ?Y ?X))
(hasPurpose ?Y
(exists (?HUMAN)
(and
(attribute ?HUMAN Female)
(stays ?HUMAN ?Y))))))) |
Hotel.kif 1251-1262 |
If female level is an attribute of X, then For all Physical Y: if Y is an instance of hotel room and Y is located at X, then Y has the purpose there exists Z such that female is an attribute of Z and Z stays at Y |
(=>
(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 1844-1865 |
If X is an instance of valet laundry, then All of the following hold: (1) there exist Y, Z,, , W,, , V,, , U,, , T (2) S such that Z is a customer of Y (3) Y stays at W (4) Z is an agent of X (5) V is an instance of clothing (6) T is an instance of getting (7) T is located at W (8) V is a patient of T (9) Z is an agent of T (10) U is an instance of laundry service or U is an instance of dry-clean (11) Z is an agent of U (12) V is a patient of U (13) S is an instance of delivery service (14) V is a patient of S (15) S ends up at W (16) the beginning of the time of existence of T happens before the beginning of the time of existence of U (17) the beginning of the time of existence of U happens before the beginning of the time of existence of S |
(=>
(instance ?SVC ExecutiveService)
(exists (?HUMAN ?LEVEL ?ROOM)
(and
(serviceRecipient ?SVC ?HUMAN)
(stays ?HUMAN ?ROOM)
(located ?ROOM ?LEVEL)
(attribute ?LEVEL ExecutiveLevel)))) |
Hotel.kif 2263-2270 |
If X is an instance of executive service, then there exist Y, Z, W such that Y receives a service during X, Y stays at W, W is located at Z, and executive level is an attribute of Z |
(=>
(and
(reservedRoom ?RESERVE ?ROOMTYPE)
(reservationStart ?RESERVE ?TIME1)
(reservationEnd ?RESERVE ?TIME2)
(reservingEntity ?RESERVE ?CUST))
(modalAttribute
(holdsDuring
(TimeIntervalFn ?TIME1 ?TIME2)
(exists (?X)
(and
(instance ?X ?ROOMTYPE)
(stays ?CUST ?X)))) Likely)) |
Hotel.kif 2969-2981 |
If X is a reservation for Y, Z starts at X, W ends at X, and X reserves V, then the statement there exists U such that U is an instance of Y, V stays at U holds during interval between Z, and W has the modal force of likely |
 |
Show simplified definition (without tree view)
Show simplified definition (with tree view)
|