publishedPrice |
appearance as argument number 1 |
![]() |
(documentation publishedPrice EnglishLanguage "(publishedPrice ?ENT ?PRICE ?AGENT ?PS) means that the CurrencyMeasure ?PRICE is given by Agent ?AGENT to Entity ?ENT, based on conditions outlined in PricingScheme ?PS") | Catalog.kif 312-314 | |
(domain publishedPrice 2 CurrencyMeasure) | Catalog.kif 318-318 | |
(domain publishedPrice 3 CognitiveAgent) | Catalog.kif 319-319 | |
(domain publishedPrice 4 PricingScheme) | Catalog.kif 320-320 | |
(domainSubclass publishedPrice 1 Entity) | Catalog.kif 317-317 | |
(instance publishedPrice QuaternaryPredicate) | Catalog.kif 311-311 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage publishedPrice "%1 的 price 从 %3 根据 %4 是 %2 ") | domainEnglishFormat.kif 4283-4283 | |
(format ChineseTraditionalLanguage publishedPrice "%1 的 price 從 %3 根據 %4 是 %2 ") | domainEnglishFormat.kif 4282-4282 | |
(format EnglishLanguage publishedPrice "the price of %1 from %3 according to %4 is %2") | domainEnglishFormat.kif 4281-4281 | |
(termFormat EnglishLanguage publishedPrice "published price") | Catalog.kif 315-315 |
antecedent |
![]() |
(=> (and (instance ?B Buying) (patient ?B ?ITEM) (origin ?B ?AGENT) (or (publishedPrice ?ENT ?PRICE ?AGENT ?PS) (unitPrice ?ENT ?QUANT ?AGENT ?PS)) (subclass ?ENT Physical) (immediateInstance ?ITEM ?ENT) (validPaymentType ?PS ?PAY)) (modalAttribute (exists (?PAYMENT) (and (instance ?PAYMENT ?PAY) (subProcess ?PAYMENT ?B))) Likely)) |
Catalog.kif 322-337 | |
(=> (and (or (publishedPrice ?ENT ?PRICE ?AGENT ?PS) (unitPrice ?ENT ?QUANT ?AGENT ?PS)) (subclass ?ENT Physical) (immediateInstance ?ITEM ?ENT) (validFor ?PS ?CUSTCLASS) (instance ?CUSTOMER ?CUSTCLASS)) (modalAttribute (=> (and (instance ?B Buying) (agent ?B ?CUSTOMER) (origin ?B ?AGENT) (patient ?B ?ITEM)) (transactionAmount ?B ?PRICE)) Likely)) |
Catalog.kif 339-355 | |
(=> (and (or (publishedPrice ?ENT ?PRICE ?AGENT ?PS) (unitPrice ?ENT ?QUANT ?AGENT ?PS)) (subclass ?ENT Physical) (immediateInstance ?ITEM ?ENT) (validityPeriod ?PS ?TIMEINT)) (holdsDuring ?TIMEINT (modalAttribute (=> (and (instance ?S Selling) (agent ?S ?AGENT) (patient ?S ?ITEM)) (transactionAmount ?S ?PRICE)) Likely))) |
Catalog.kif 357-372 | |
(=> (and (productPrice ?ENT ?PRICE1 ?AGENT) (publishedPrice ?ENT ?PRICE2 ?AGENT ?PS) (validFor ?PS ?CUSTCLASS) (instance ?ITEM ?ENT) (instance ?B Buying) (immediateInstance ?CUST ?CUSTCLASS) (agent ?B ?CUST) (origin ?B ?AGENT) (lessThan ?PRICE2 ?PRICE1)) (modalAttribute (transactionAmount ?B ?PRICE1) Likely)) |
Catalog.kif 415-427 |
consequent |
![]() |
(=> (priceRange ?ENT ?MIN ?MAX ?AGENT) (exists (?PRICE ?PS) (and (lessThanOrEqualTo ?PRICE ?MAX) (greaterThanOrEqualTo ?PRICE ?MIN) (or (publishedPrice ?ENT ?PRICE ?AGENT ?PS) (productPrice ?ENT ?PRICE ?AGENT) (unitPrice ?ENT ?PRICE ?AGENT ?PS))))) |
Catalog.kif 203-212 |
![]() |
![]() |