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 8948-8949
(documentation Evening JapaneseLanguage "Af の終わりである Sunset で始まり、午前零時に終わる TimeInterval のクラス。") japanese_format.kif 1518-1519
(subclass Evening NightTime) Merge.kif 8946-8946

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


(disjoint Afternoon Evening) Merge.kif 8828-8828
(disjoint Morning Evening) Merge.kif 8829-8829
(range EveningFn Evening) Merge.kif 8971-8971
(termFormat EnglishLanguage Evening "evening") domainEnglishFormat.kif 64837-64837

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


(=>
    (and
        (instance ?E Evening)
        (instance ?D Day)
        (equal ?E
            (EveningFn ?D)))
    (during ?E ?D))
Merge.kif 8976-8981
(=>
    (and
        (instance ?EVE Evening)
        (instance ?AFT Afternoon)
        (instance ?D Day)
        (during ?EVE ?D)
        (during ?AFT ?D))
    (meetsTemporally ?AFT ?EVE))
Merge.kif 8958-8965
(=>
    (instance ?EVE Evening)
    (exists (?MID)
        (and
            (instance ?MID Midnight)
            (equal
                (EndFn ?EVE) ?MID))))
Merge.kif 8951-8956


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