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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Sunrise
Sunrise(sunrise)
aurora, break_of_day, break_of_the_day, cockcrow, dawn, dawning, daybreak, dayspring, first_light, morning, sunrise, sunup

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


(documentation Sunrise EnglishLanguage "The TimeInterval of each Day when the sun is rising and is partially overlapped by the horizon line.") Merge.kif 8905-8906
(externalImage Sunrise "http://upload.wikimedia.org/wikipedia/commons/e/ ef/ Kerikeri.sunrise.july_20.05.jpg") pictureList.kif 2010-2010
(externalImage Sunrise "http://upload.wikimedia.org/wikipedia/en/2/21/Yellow_sunrise.JPG") pictureList.kif 2386-2386
(subclass Sunrise TimeInterval) Merge.kif 8904-8904 Sunrise is a subclass of time interval

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


(termFormat ChineseLanguage Sunrise "日出") domainEnglishFormat.kif 56134-56134
(termFormat ChineseTraditionalLanguage Sunrise "日出") domainEnglishFormat.kif 56133-56133
(termFormat EnglishLanguage Sunrise "sunrise") domainEnglishFormat.kif 56132-56132

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


(=>
    (and
        (instance ?H Man)
        (attribute ?H Mausaharati)
        (instance ?D Drumming)
        (agent ?D ?H)
        (instance ?DAY Day)
        (instance ?S Sunrise)
        (during ?S ?DAY)
        (earlier
            (WhenFn ?D) ?S))
    (hasPurpose ?D
        (exists (?P ?SUHUR ?WU)
            (and
                (instance ?WU WakingUp)
                (experiencer ?WU ?P)
                (instance ?SUHUR Suhur)
                (agent ?SUHUR ?P)
                (earlier
                    (WhenFn ?WU)
                    (WhenFn ?SUHUR))
                (during
                    (WhenFn ?WU) ?DAY)
                (during
                    (WhenFn ?SUHUR) ?DAY)))))
ArabicCulture.kif 65-84

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 Suhur)
    (exists (?R ?S ?D)
        (and
            (instance ?S Sunrise)
            (instance ?R Ramadan)
            (instance ?D Day)
            (during ?D ?R)
            (during
                (WhenFn ?X) ?D)
            (during ?S ?D)
            (before
                (WhenFn ?X) ?S))))
ArabicCulture.kif 36-46


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