Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

  publishedPrice

Sigma KEE - publishedPrice
publishedPrice

appearance as argument number 1
-------------------------


(documentation publishedPrice EnglishLanguage "(publishedPrice ?ENT ?PRICE ?AGENT ?PS) means that the CurrencyMeasure ?PRICE is given by AutonomousAgent ?AGENT to Entity ?ENT, based on conditions outlined in PricingScheme ?PS") Catalog.kif 327-329
(domain publishedPrice 2 CurrencyMeasure) Catalog.kif 333-333 Le nombre 2 argument de publishedPrice est une instance de mesure de devise
(domain publishedPrice 3 CognitiveAgent) Catalog.kif 334-334 Le nombre 3 argument de publishedPrice est une instance de agent cognitif
(domain publishedPrice 4 PricingScheme) Catalog.kif 335-335 Le nombre 4 argument de publishedPrice est une instance de PricingScheme
(domainSubclass publishedPrice 1 Entity) Catalog.kif 332-332 Le nombre 1 argument de publishedPrice est une sous-classe de entit�
(instance publishedPrice QuaternaryPredicate) Catalog.kif 326-326 publishedPrice est une instance de pr�dicat quaternaire

appearance as argument number 2
-------------------------


(format ChineseLanguage publishedPrice "%1 的 price 从 %3 根据 %4 是 %2 ") domainEnglishFormat.kif 4274-4274
(format ChineseTraditionalLanguage publishedPrice "%1 的 price 從 %3 根據 %4 是 %2 ") domainEnglishFormat.kif 4273-4273
(format EnglishLanguage publishedPrice "the price of %1 from %3 according to %4 is %2") domainEnglishFormat.kif 4272-4272
(termFormat EnglishLanguage publishedPrice "published price") Catalog.kif 330-330

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 337-352
(=>
    (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 354-370
(=>
    (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 372-387
(=>
    (and
        (productPrice ?ENT
            (MeasureFn ?PRICE1 ?U) ?AGENT)
        (instance ?U UnitOfCurrency)
        (publishedPrice ?ENT
            (MeasureFn ?PRICE2 ?U) ?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 430-445


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners