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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Sunset
Sunset(sunset)
crepuscle, crepuscule, dusk, evenfall, fall, gloam, gloaming, nightfall, sundown, sunset, twilight

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


(documentation Sunset EnglishLanguage "The TimeInterval of each Day when the sun is setting and is partially overlapped by the horizon line.") Merge.kif 8909-8910
(externalImage Sunset "http://upload.wikimedia.org/wikipedia/commons/9/93/ Sunset_Zebulun.jpg") pictureList.kif 2388-2388
(externalImage Sunset "http://upload.wikimedia.org/wikipedia/commons/a/a8/ Miamisunset2004.jpg") pictureList.kif 2387-2387
(externalImage Sunset "http://upload.wikimedia.org/wikipedia/en/3/34/Mondayevening.jpg") pictureList.kif 2950-2950
(subclass Sunset TimeInterval) Merge.kif 8908-8908 Sunset is a subclass of time interval

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


(termFormat ChineseLanguage Sunset "日落") domainEnglishFormat.kif 56140-56140
(termFormat ChineseTraditionalLanguage Sunset "日落") domainEnglishFormat.kif 56139-56139
(termFormat EnglishLanguage Sunset "sunset") domainEnglishFormat.kif 56138-56138

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


(=>
    (instance ?DAY DayTime)
    (exists (?RISE ?SET)
        (and
            (instance ?RISE Sunrise)
            (instance ?SET Sunset)
            (starts ?RISE ?DAY)
            (finishes ?SET ?DAY))))
Merge.kif 8921-8928
(=>
    (instance ?NIGHT NightTime)
    (exists (?RISE ?SET)
        (and
            (instance ?RISE Sunrise)
            (instance ?SET Sunset)
            (starts ?SET ?NIGHT)
            (finishes ?RISE ?NIGHT))))
Merge.kif 8943-8950
(=>
    (instance ?X Iftar)
    (exists (?R ?S ?D)
        (and
            (instance ?S Sunset)
            (instance ?R Ramadan)
            (instance ?D Day)
            (during ?D ?R)
            (during
                (WhenFn ?X) ?D)
            (during ?S ?D)
            (before ?S
                (WhenFn ?X)))))
ArabicCulture.kif 91-101


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