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

Formal Language: 



KB Term:  Term intersection
English Word: 

  SetMenu

Sigma KEE - SetMenu
SetMenu

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 SetMenuMenusubclass

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 simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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