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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - unitPrice
unitPrice

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


(documentation unitPrice EnglishLanguage "(unitPrice ?ENT ?QUANT ?AGENT ?PS) is meant for objects that are not sold by the piece but by a certain unit of measure, for instance, vegetables that are sold by the pound. FunctionQuantity ?QUANT, in this case, refers to (PerFn CurrencyMeasure (MeasureFn RealNumber UnitOfMeasure)), which reads something like X amount of money per Y unit. This can be attached to a PricingScheme ?PS by CognitiveAgent ?AGENT") Catalog.kif 391-396
(domain unitPrice 2 FunctionQuantity) Catalog.kif 398-398 unitPrice の数値 2 引数は 関数量instance では %n
(domain unitPrice 3 CognitiveAgent) Catalog.kif 399-399 unitPrice の数値 3 引数は 認識エージェントinstance では %n
(domain unitPrice 4 PricingScheme) Catalog.kif 400-400 unitPrice の数値 4 引数は PricingSchemeinstance では %n
(domainSubclass unitPrice 1 Entity) Catalog.kif 397-397 unitPrice の数値 1 引数は エンティティーsubclass では %n
(instance unitPrice QuaternaryPredicate) Catalog.kif 390-390 unitPrice4進述語instance では %n

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


(format ChineseLanguage unitPrice "unit price 已收费 %3 在 %4 底下 对于 %2 是 %1 ") domainEnglishFormat.kif 4878-4878
(format ChineseTraditionalLanguage unitPrice "unit price 已收費 %3 在 %4 底下 對於 %2 是 %1 ") domainEnglishFormat.kif 4877-4877
(format EnglishLanguage unitPrice "the unit price charged %3 under %4 for %2 is %1") domainEnglishFormat.kif 4876-4876
(termFormat EnglishLanguage unitPrice "unit price") domainEnglishFormat.kif 65967-65967

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
(=>
    (unitPrice ?ENT ?QUANT ?AGENT ?PS)
    (exists (?MEAS ?AMT ?UOM)
        (and
            (equal ?QUANT
                (PerFn ?MEAS
                    (MeasureFn ?AMT ?UOM)))
            (instance ?MEAS CurrencyMeasure))))
Catalog.kif 402-407


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



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