freeFunctionRoomAmenity |
appearance as argument number 1 |
(documentation freeFunctionRoomAmenity EnglishLanguage "(freeFunctionRoomAmenity ?RM ?PHY) means that the use of ?PHY provided by TravelerAccommodation to customers renting HotelFunctionRoom does not incur charges") | Hotel.kif 836-838 | |
(instance freeFunctionRoomAmenity BinaryPredicate) | Hotel.kif 835-835 | |
(subrelation freeFunctionRoomAmenity functionRoomAmenity) | Hotel.kif 834-834 |
appearance as argument number 2 |
(format ChineseLanguage freeFunctionRoomAmenity "%2 是 free 对于顾客出租 %1 ") | domainEnglishFormat.kif 3484-3484 | |
(format ChineseTraditionalLanguage freeFunctionRoomAmenity "%2 是 free 對於顧客出租 %1 ") | domainEnglishFormat.kif 3483-3483 | |
(format EnglishLanguage freeFunctionRoomAmenity "%2 is free for customers renting %1") | domainEnglishFormat.kif 3482-3482 | |
(termFormat EnglishLanguage freeFunctionRoomAmenity "free function room amenity") | Hotel.kif 839-839 |
antecedent |
(=> (and (freeFunctionRoomAmenity ?FR ?PHYS) (instance ?RM ?FR) (element ?RM (PropertyFn ?AGENT)) (instance ?R Renting) (patient ?R ?RM) (destination ?R ?CUST) (instance ?X ?PHYS) (possesses ?AGENT ?X) (customer ?CUST ?AGENT) (or (and (instance ?X Process) (or (agent ?X ?CUST) (experiencer ?X ?CUST))) (and (possesses ?AGENT ?X) (instance ?X Object) (uses ?X ?CUST)))) (price ?X (MeasureFn 0 UnitedStatesDollar) ?AGENT)) |
Hotel.kif 841-862 |