![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| corkageFee |
| appearance as argument number 1 |
|
|
| (instance corkageFee TernaryPredicate) | Dining.kif 115-115 | corkage fee is an instance of ternary predicate |
| (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 | corkage fee is an instance of ternary predicate |
| (domain corkageFee 1 CurrencyMeasure) | Dining.kif 119-119 | The number 1 argument of corkage fee is an instance of currency measure |
| (domainSubclass corkageFee 2 Object) | Dining.kif 120-120 | The number 2 argument of corkage fee is a subclass of object |
| (domain corkageFee 3 AutonomousAgent) | Dining.kif 121-121 | The number 3 argument of corkage fee is an instance of agent |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage corkageFee "corkage fee") | Dining.kif 118-118 | |
| (format EnglishLanguage corkageFee "%3 charges %1 in corkage for %2") | domainEnglishFormat.kif 3124-3124 | |
| (format ChineseTraditionalLanguage corkageFee "%3 對 %1 收費 在 corkage 為了 %2 ") | domainEnglishFormat.kif 3125-3125 | |
| (format ChineseLanguage corkageFee "%3 对 %1 收费 在 corkage 为了 %2 ") | domainEnglishFormat.kif 3126-3126 |
| 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 | If All of the following hold: (1) X is a customer of Y (2) X charges Z in corkage for W (3) V is an instance of W (4) there doesn't exist U such that U is an instance of buying, V is a patient of U, U ends up at Y, and U originates at X (5) T is an instance of drinking (6) Y is an agent of T (7) V is a resource for T, then there exists S such that S is an instance of corkage, Y is an agent of S, S includes a reference to V, and S ends up at X |