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

Formal Language: 



KB Term:  Term intersection
English Word: 

  rentalPrice

Sigma KEE - rentalPrice
rentalPrice

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


(documentation rentalPrice EnglishLanguage "(rentalPrice ?OBJ ?PRICE ?AGENT ?PS) means that the CurrencyMeasure ?PRICE is paid for the use of Physical ?OBJ. CognitiveAgent ?AGENT sets this price with conditions stipulated in PricingScheme ?PS") Catalog.kif 448-451
(domain rentalPrice 2 FunctionQuantity) Catalog.kif 455-455 rentalPrice 的 2 数量 是 函数量instance
(domain rentalPrice 3 CognitiveAgent) Catalog.kif 456-456 rentalPrice 的 3 数量 是 有认知的主事instance
(domain rentalPrice 4 PricingScheme) Catalog.kif 457-457 rentalPrice 的 4 数量 是 PricingSchemeinstance
(domainSubclass rentalPrice 1 Physical) Catalog.kif 454-454 rentalPrice 的 1 数量 是 物理subclass
(instance rentalPrice QuaternaryPredicate) Catalog.kif 447-447 rentalPrice四元谓语instance

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


(format ChineseLanguage rentalPrice "%1 由 %3 定的 price 根据 %4 是 %2 ") domainEnglishFormat.kif 4382-4382
(format ChineseTraditionalLanguage rentalPrice "%1 由 %3 定的 price 根據 %4 是 %2 ") domainEnglishFormat.kif 4381-4381
(format EnglishLanguage rentalPrice "the price of %1 set by %3 according to %4 is %2") domainEnglishFormat.kif 4380-4380
(termFormat EnglishLanguage rentalPrice "rental price") Catalog.kif 452-452

antecedent
-------------------------


(=>
    (and
        (rentalPrice ?OBJ ?QUANT ?AGENT ?PS)
        (equal ?QUANT
            (PerFn ?PRICE
                (measure ?TIME ?U)))
        (instance ?U UnitOfDuration)
        (immediateInstance ?ITEM ?OBJ)
        (instance ?R Renting)
        (patient ?R ?ITEM)
        (agent ?R ?CUSTOMER)
        (time ?R ?TIMEINT))
    (forall (?X)
        (=>
            (exists (?DURATION)
                (and
                    (during ?TIMEINT ?X)
                    (instance ?X TimeInterval)
                    (duration ?X
                        (MeasureFn ?DURATION ?U))
                    (lessThanOrEqualTo ?DURATION ?TIME)))
            (exists (?P)
                (and
                    (instance ?P Payment)
                    (destination ?P ?AGENT)
                    (agent ?P ?CUSTOMER)
                    (transactionAmount ?P ?PRICE))))))
Catalog.kif 467-492
(=>
    (rentalPrice ?OBJ ?QUANT ?AGENT ?PS)
    (exists (?DURATION ?CURR)
        (and
            (instance ?DURATION TimeDuration)
            (instance ?CURR CurrencyMeasure)
            (equal ?QUANT
                (PerFn ?CURR ?DURATION)))))
Catalog.kif 459-465


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