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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - corkageFee
corkageFee

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


(documentation corkageFee EnglishLanguage "(corkageFee ?AMT ?ITEM ?AGENT) refers to the amount ?AMT that ?AGENT charges during a Corkage when a customer brings in ?ITEM") Dining.kif 116-117
(domain corkageFee 1 CurrencyMeasure) Dining.kif 119-119 O argumento numero 1 de corkageFee e' uma instancia de Medida de Divisa
(domain corkageFee 3 AutonomousAgent) Dining.kif 121-121 O argumento numero 3 de corkageFee e' uma instancia de AutonomousAgent
(domainSubclass corkageFee 2 Object) Dining.kif 120-120 O argumento numero 2 de corkageFee e' uma sub-classe de Objeto
(instance corkageFee TernaryPredicate) Dining.kif 115-115 corkageFee e' uma instancia de Predicado Ternario

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


(format ChineseLanguage corkageFee "%3 对 %1 收费 在 corkage 为了 %2 ") domainEnglishFormat.kif 3130-3130
(format ChineseTraditionalLanguage corkageFee "%3 對 %1 收費 在 corkage 為了 %2 ") domainEnglishFormat.kif 3129-3129
(format EnglishLanguage corkageFee "%3 charges %1 in corkage for %2") domainEnglishFormat.kif 3128-3128
(termFormat EnglishLanguage corkageFee "corkage fee") Dining.kif 118-118

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


(=>
    (and
        (customer ?CUST ?AGENT)
        (corkageFee ?AMT ?ITEM ?AGENT)
        (instance ?X ?ITEM)
        (not
            (exists (?B)
                (and
                    (instance ?B Buying)
                    (patient ?B ?X)
                    (destination ?B ?CUST)
                    (origin ?B ?AGENT))))
        (instance ?D Drinking)
        (agent ?D ?CUST)
        (resource ?D ?X))
    (exists (?C)
        (and
            (instance ?C Corkage)
            (agent ?C ?CUST)
            (refers ?C ?X)
            (destination ?C ?AGENT))))
Dining.kif 130-150


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