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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SetMenu
SetMenu(set menu)prix_fixe

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


(documentation SetMenu EnglishLanguage "a SetMenu is a type of Menu that contains a specific set of prepared food which is all served and is given one price") Dining.kif 185-186
(subclass SetMenu Menu) Dining.kif 184-184 Set menu is a subclass of menu

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


(termFormat EnglishLanguage SetMenu "set menu") Dining.kif 187-187

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


(=>
    (and
        (instance ?MENU SetMenu)
        (offers ?AGENT ?MENU)
        (catalogItem ?CLASS ?MENU)
        (subclass ?CLASS PreparedFood)
        (instance ?X ?VLASS)
        (instance ?Y ?CLASS)
        (not
            (equal ?X ?Y))
        (price ?X ?PRICE1 ?AGENT1)
        (price ?Y ?PRICE2 ?AGENT2))
    (equal ?PRICE1 ?PRICE2))
Dining.kif 189-201


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