rents
|
|
Sigma KEE - rents
|
appearance as argument number 1
|
|
|
appearance as argument number 2
|
|
|
antecedent
|
|
|
consequent
|
|
(=>
(attribute ?X TravelerAccommodation)
(hasPurpose ?X
(exists (?GUEST ?ROOM ?TI)
(and
(rents ?GUEST ?X ?ROOM ?TI)
(instance ?ROOM HotelUnit)
(element ?ROOM
(PropertyFn ?X)))))) |
Hotel.kif 45-52 |
If traveler accommodation is an attribute of X, then X has the purpose there exist Y, Z, W such that X rents Z to Y during W, Z is an instance of hotel unit, and Z is an element of belongings of X |
(=>
(instance ?ROOM HotelUnit)
(hasPurpose ?ROOM
(exists (?AGENT ?CUST ?TI)
(and
(not
(equal ?AGENT ?CUST))
(element ?ROOM
(PropertyFn ?AGENT))
(rents ?CUST ?AGENT ?ROOM ?TI))))) |
Hotel.kif 110-117 |
If X is an instance of hotel unit, then X has the purpose there exist Y, Z, W such that equal Y, Z, X is an element of belongings of Y, and Y rents X to Z during W |
Show simplified definition (without tree view)
Show simplified definition (with tree view)
|