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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Evening
Evening

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


(documentation Evening EnglishLanguage "The class of TimeIntervals that begin at Sunset, which is the end of Afternoon, and end at midnight.") Merge.kif 8912-8913
(documentation Evening JapaneseLanguage "Af の終わりである Sunset で始まり、午前零時に終わる TimeInterval のクラス。") japanese_format.kif 1518-1519
(subclass Evening NightTime) Merge.kif 8910-8910

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


(disjoint Afternoon Evening) Merge.kif 8792-8792
(disjoint Morning Evening) Merge.kif 8793-8793
(range EveningFn Evening) Merge.kif 8935-8935
(termFormat EnglishLanguage Evening "evening") domainEnglishFormat.kif 64835-64835

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


(=>
    (and
        (instance ?E Evening)
        (instance ?D Day)
        (equal ?E
            (EveningFn ?D)))
    (during ?E ?D))
Merge.kif 8940-8945
(=>
    (and
        (instance ?EVE Evening)
        (instance ?AFT Afternoon)
        (instance ?D Day)
        (during ?EVE ?D)
        (during ?AFT ?D))
    (meetsTemporally ?AFT ?EVE))
Merge.kif 8922-8929
(=>
    (instance ?EVE Evening)
    (exists (?MID)
        (and
            (instance ?MID Midnight)
            (equal
                (EndFn ?EVE) ?MID))))
Merge.kif 8915-8920


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