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 The number 2 argument of rental price is an instance of function quantity
(domain rentalPrice 3 CognitiveAgent) Catalog.kif 456-456 The number 3 argument of rental price is an instance of cognitive agent
(domain rentalPrice 4 PricingScheme) Catalog.kif 457-457 The number 4 argument of rental price is an instance of pricing scheme
(domainSubclass rentalPrice 1 Physical) Catalog.kif 454-454 The number 1 argument of rental price is a subclass of physical
(instance rentalPrice QuaternaryPredicate) Catalog.kif 447-447 rental price is an instance of quaternary predicate

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