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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Sunday
Sunday(Sunday)
Dominicus, Father's_Day, Lord's_Day, Low_Sunday, Passion_Sunday, Quadragesima, Quadrigesima_Sunday, Quinquagesima, Quinquagesima_Sunday, Septuagesima, Septuagesima_Sunday, Sun, Sunday, Trinity_Sunday, dominical

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


(documentation Sunday ChineseLanguage "这是所有日历星期日的 Class。") chinese_format.kif 2814-2814
(documentation Sunday EnglishLanguage "The Class of all calendar Sundays.") Merge.kif 9346-9346
(documentation Sunday JapaneseLanguage "すべてのカレンダー日曜日の Class。") japanese_format.kif 1555-1555
(externalImage Sunday "http://upload.wikimedia.org/wikipedia/commons/0/0e/ Sunday_prayers_in_the_Church_of_Tsminda_Sameba.jpg") pictureList.kif 8012-8012
(externalImage Sunday "http://upload.wikimedia.org/wikipedia/commons/b/b4/ Starlight_Mountain_-_schedule_in_sound_booth.jpg") pictureList.kif 8013-8013
(externalImage Sunday "http://upload.wikimedia.org/wikipedia/commons/c/ca/ Solvogn.jpg") pictureList.kif 6906-6906
(subclass Sunday Day) Merge.kif 9344-9344 Sunday is a subclass of day
(successorClass Sunday Monday) Merge.kif 9072-9072 Monday is the successor class of Sunday.

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


(subclass AdventSunday Sunday) Media.kif 311-311 Advent sunday is a subclass of Sunday
(subclass EasterSunday Sunday) Media.kif 485-485 Easter sunday is a subclass of Sunday
(subclass PalmSunday Sunday) Media.kif 460-460 Palm sunday is a subclass of Sunday
(subclass Pentecost Sunday) Media.kif 551-551 Pentecost is a subclass of Sunday
(termFormat ChineseLanguage Sunday "星期日") chinese_format.kif 1296-1296 Pentecost is a subclass of Sunday
(termFormat EnglishLanguage Sunday "Sunday") english_format.kif 1809-1809 Pentecost is a subclass of Sunday
(termFormat FrenchLanguage Sunday "Dimanche") french_format.kif 974-974 Pentecost is a subclass of Sunday
(termFormat Hindi Sunday "ravivaara") terms-hindi.txt 509-509 Pentecost is a subclass of Sunday
(termFormat ItalianLanguage Sunday "Domenica") terms-it.txt 513-513 Pentecost is a subclass of Sunday
(termFormat JapaneseLanguage Sunday "日曜日") japanese_format.kif 2658-2658 Pentecost is a subclass of Sunday
(termFormat PortugueseLanguage Sunday "Domingo") portuguese_format.kif 926-926 Pentecost is a subclass of Sunday
(termFormat cb Sunday "dominggo") terms-cb.txt 515-515 Pentecost is a subclass of Sunday
(termFormat cz Sunday "sunday") terms-cz.txt 549-549 Pentecost is a subclass of Sunday
(termFormat ro Sunday "duminicã") relations-ro.kif 995-995 Pentecost is a subclass of Sunday
(termFormat tg Sunday "Linggo") terms-tg.txt 514-514 Pentecost is a subclass of Sunday

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


(=>
    (and
        (instance ?DAY1 Saturday)
        (instance ?DAY2 Sunday)
        (instance ?WEEK Week)
        (temporalPart ?DAY1 ?WEEK)
        (temporalPart ?DAY2 ?WEEK))
    (meetsTemporally ?DAY1 ?DAY2))
Merge.kif 9348-9355
(=>
    (and
        (instance ?DAY1 Sunday)
        (instance ?DAY2 Monday)
        (instance ?WEEK1 Week)
        (instance ?WEEK2 Week)
        (temporalPart ?DAY1 ?WEEK1)
        (temporalPart ?DAY2 ?WEEK2)
        (meetsTemporally ?WEEK1 ?WEEK2))
    (meetsTemporally ?DAY1 ?DAY2))
Merge.kif 9357-9366

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


(=>
    (instance ?WEEKEND Weekend)
    (exists (?SATURDAY ?SUNDAY)
        (and
            (instance ?SATURDAY Saturday)
            (instance ?SUNDAY Sunday)
            (starts ?SATURDAY ?WEEKEND)
            (finishes ?SUNDAY ?WEEKEND)
            (meetsTemporally ?SATURDAY ?SUNDAY))))
Mid-level-ontology.kif 19379-19387


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