contractedRentalPrice |
appearance as argument number 1 |
![]() |
(documentation contractedRentalPrice EnglishLanguage "(contractedRentalPrice ?OBJ ?PRICE ?AGREEMENT) means that the conditions of rental of Physical ?OBJ is stipulated in Agreement ?AGREEMENT entered into by CognitiveAgent ?AGENT with a customer.") | Catalog.kif 495-498 | |
(domain contractedRentalPrice 2 FunctionQuantity) | Catalog.kif 502-502 | |
(domain contractedRentalPrice 3 Agreement) | Catalog.kif 503-503 | |
(domainSubclass contractedRentalPrice 1 Physical) | Catalog.kif 501-501 | |
(instance contractedRentalPrice TernaryPredicate) | Catalog.kif 494-494 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage contractedRentalPrice "%3 对于 %2 指定 %1 的 rental ") | domainEnglishFormat.kif 3102-3102 | |
(format ChineseTraditionalLanguage contractedRentalPrice "%3 對於 %2 指定 %1 的 rental ") | domainEnglishFormat.kif 3101-3101 | |
(format EnglishLanguage contractedRentalPrice "%3 specifies the rental of %1 for %2") | domainEnglishFormat.kif 3100-3100 | |
(termFormat EnglishLanguage contractedRentalPrice "contracted rental price") | Catalog.kif 499-499 |
antecedent |
![]() |
(=> (contractedRentalPrice ?OBJ ?QUANT ?AGREE) (exists (?DURATION ?CURR) (and (instance ?CURR CurrencyMeasure) (instance ?DURATION TimeDuration) (equal ?QUANT (PerFn ?CURR ?DURATION))))) |
Catalog.kif 505-511 | |
(=> (contractedRentalPrice ?OBJ ?QUANT ?AGREE) (exists (?SELLER ?CUSTOMER) (and (partyToAgreement ?SELLER ?AGREE) (partyToAgreement ?CUSTOMER ?AGREE) (modalAttribute (exists (?R ?O) (and (instance ?R Renting) (instance ?O ?OBJ) (patient ?R ?O) (agent ?R ?SELLER) (destination ?R ?CUSTOMER))) Obligation)))) |
Catalog.kif 513-526 |
![]() |
![]() |