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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Buffet
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 Buffet群体subclass

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


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