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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - DinnerTime
DinnerTime(dinner time)dinnertime, suppertime

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 1885-1887
(subclass DinnerTime TimeInterval) Food.kif 1884-1884 Dinner time is a subclass of time interval

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


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

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


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

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 1799-1809


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