Buffet |
appearance as argument number 1 |
(documentation Buffet EnglishLanguage "Buffet refers to a Collection of food that is served in a central location where guests can get their own servings") | Dining.kif 256-257 | |
(subclass Buffet Collection) | Dining.kif 255-255 |
appearance as argument number 2 |
(termFormat EnglishLanguage Buffet "buffet") | Dining.kif 258-258 |
antecedent |
(=> (and (instance ?X Buffet) (attribute ?X Breakfast)) (modalAttribute (forall (?FOOD) (=> (member ?FOOD ?X) (attribute ?FOOD Breakfast))) Likely)) |
Dining.kif 295-303 | |
(=> (and (instance ?X Buffet) (member ?ITEM ?X) (located ?X ?LOC1) (instance ?E Eating) (agent ?E ?AGENT) (eventLocated ?E ?LOC2) (patient ?E ?ITEM)) (and (not (equal ?LOC1 ?LOC2)) (exists (?G) (and (instance ?G Getting) (patient ?G ?ITEM) (origin ?G ?LOC1) (agent ?G ?AGENT) (before (WhenFn ?G) (WhenFn ?E)))))) |
Dining.kif 274-291 | |
(=> (instance ?X Buffet) (attribute ?X CommunalAttribute)) |
Dining.kif 267-269 | |
(=> (instance ?X Buffet) (forall (?ITEM) (=> (member ?ITEM ?X) (instance ?ITEM (FoodForFn Human))))) |
Dining.kif 260-265 |