paidPropertyAmenity |
appearance as argument number 1 |
(documentation paidPropertyAmenity EnglishLanguage "(paidPropertyAmenity ?AGENT ?PHYS) means that AutonomousAgent ?AGENT provides Physical ?PHYS at additional cost") | Hotel.kif 565-566 | |
(instance paidPropertyAmenity BinaryPredicate) | Hotel.kif 564-564 | 例 paidPropertyAmenity and BinaryPredicate |
(subrelation paidPropertyAmenity propertyAmenity) | Hotel.kif 563-563 | 子關係 paidPropertyAmenity and propertyAmenity |
appearance as argument number 2 |
(format ChineseLanguage paidPropertyAmenity "%1 的 承租人 能 pay 去使用 %2 ") | domainEnglishFormat.kif 4066-4066 | |
(format ChineseTraditionalLanguage paidPropertyAmenity "%1 的 承租人 能 pay 去使用 %2 ") | domainEnglishFormat.kif 4065-4065 | |
(format EnglishLanguage paidPropertyAmenity "renters of %1 can pay to use %2") | domainEnglishFormat.kif 4064-4064 | |
(termFormat EnglishLanguage paidPropertyAmenity "paid property amenity") | Hotel.kif 567-567 |
antecedent |
(=> (and (paidPropertyAmenity ?AGENT ?PHYS) (instance ?X ?PHYS) (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)))) (exists (?PRICE ?U) (and (price ?X (MeasureFn ?PRICE ?U) ?AGENT) (instance ?U UnitOfCurrency) (greaterThan ?PRICE 0)))) |
Hotel.kif 569-589 |
|