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

Formal Language: 



KB Term:  Term intersection
English Word: 

  DinnerTime

Sigma KEE - DinnerTime
DinnerTime

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


(documentation DinnerTime EnglishLanguage "DinnerTime is the time interval by which dinner, or the evening meal, is typically eaten, which is usually sometime during the evening") Food.kif 1879-1881
(subclass DinnerTime TimeInterval) Food.kif 1878-1878

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


(termFormat EnglishLanguage DinnerTime "dinner time") Food.kif 1882-1882

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


(=>
    (instance ?TIME DinnerTime)
    (exists (?NIGHT)
        (and
            (instance ?NIGHT NightTime)
            (during ?TIME ?NIGHT))))
Food.kif 1884-1889

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


(=>
    (and
        (instance ?X Meal)
        (attribute ?X Dinner)
        (instance ?E Eating)
        (patient ?E ?X))
    (modalAttribute
        (exists (?TIME)
            (and
                (during
                    (WhenFn ?E) ?TIME)
                (instance ?TIME DinnerTime))) Likely))
Food.kif 1793-1803


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