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

Formal Language: 



KB Term:  Term intersection
English Word: 

  contractedRentalPrice

Sigma KEE - contractedRentalPrice
contractedRentalPrice

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


(documentation contractedRentalPrice EnglishLanguage "(contractedRentalPrice ?OBJ ?PRICE ?AGREEMENT) means that the conditions of rental of Physical ?OBJ is stipulated in Agreement ?AGREEMENT entered into by CognitiveAgent ?AGENT with a customer.") Catalog.kif 495-498
(domain contractedRentalPrice 2 FunctionQuantity) Catalog.kif 502-502 contractedRentalPrice 的 2 数量 是 函数量instance
(domain contractedRentalPrice 3 Agreement) Catalog.kif 503-503 contractedRentalPrice 的 3 数量 是 协议instance
(domainSubclass contractedRentalPrice 1 Physical) Catalog.kif 501-501 contractedRentalPrice 的 1 数量 是 物理subclass
(instance contractedRentalPrice TernaryPredicate) Catalog.kif 494-494 contractedRentalPrice三元谓语instance

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


(format ChineseLanguage contractedRentalPrice "%3 对于 %2 指定 %1 的 rental ") domainEnglishFormat.kif 3106-3106
(format ChineseTraditionalLanguage contractedRentalPrice "%3 對於 %2 指定 %1 的 rental ") domainEnglishFormat.kif 3105-3105
(format EnglishLanguage contractedRentalPrice "%3 specifies the rental of %1 for %2") domainEnglishFormat.kif 3104-3104
(termFormat EnglishLanguage contractedRentalPrice "contracted rental price") Catalog.kif 499-499

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


(=>
    (contractedRentalPrice ?OBJ ?QUANT ?AGREE)
    (exists (?DURATION ?CURR)
        (and
            (instance ?CURR CurrencyMeasure)
            (instance ?DURATION TimeDuration)
            (equal ?QUANT
                (PerFn ?CURR ?DURATION)))))
Catalog.kif 505-511
(=>
    (contractedRentalPrice ?OBJ ?QUANT ?AGREE)
    (exists (?SELLER ?CUSTOMER)
        (and
            (partyToAgreement ?SELLER ?AGREE)
            (partyToAgreement ?CUSTOMER ?AGREE)
            (modalAttribute
                (exists (?R ?O)
                    (and
                        (instance ?R Renting)
                        (instance ?O ?OBJ)
                        (patient ?R ?O)
                        (agent ?R ?SELLER)
                        (destination ?R ?CUSTOMER))) Obligation))))
Catalog.kif 513-526


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