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



KB Term:  Term intersection
English Word: 

  BreakfastTime

Sigma KEE - BreakfastTime
BreakfastTime(breakfast time)breakfast_time

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


(subclass BreakfastTime TimeInterval) Food.kif 1862-1862 Breakfast time is a subclass of timeframe
(documentation BreakfastTime EnglishLanguage "BreakfastTime is the time interval by which the first meal of the day is typically eaten, which is in the morning") Food.kif 1863-1864 Breakfast time is a subclass of timeframe

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


(termFormat EnglishLanguage BreakfastTime "breakfast time") Food.kif 1865-1865

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


(=>
    (instance ?TIME BreakfastTime)
    (exists (?MORN)
        (and
            (instance ?MORN Morning)
            (during ?TIME ?MORN))))
Food.kif 1867-1872 If X is an instance of breakfast time, then there exists Y such that Y is an instance of morning and X takes place during Y

consequent
-------------------------


(=>
    (and
        (instance ?X Meal)
        (attribute ?X Breakfast)
        (instance ?E Eating)
        (patient ?E ?X))
    (modalAttribute
        (exists (?TIME)
            (and
                (during
                    (WhenFn ?E) ?TIME)
                (instance ?TIME BreakfastTime))) Likely))
Food.kif 1719-1729 If X is an instance of meal, breakfast is an attribute of X, Y is an instance of eating, and X is a patient of Y, then the statement there exists Z such that the time of existence of Y takes place during Z and Z is an instance of breakfast time has the modal force of likely


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners