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

Formal Language: 



KB Term:  Term intersection
English Word: 

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 Le nombre 2 argument de contractedRentalPrice est une instance de function de quantit�
(domain contractedRentalPrice 3 Agreement) Catalog.kif 503-503 Le nombre 3 argument de contractedRentalPrice est une instance de Agreement
(domainSubclass contractedRentalPrice 1 Physical) Catalog.kif 501-501 Le nombre 1 argument de contractedRentalPrice est une sous-classe de physique
(instance contractedRentalPrice TernaryPredicate) Catalog.kif 494-494 contractedRentalPrice est une instance de pr�dicat ternaire

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 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