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

Formal Language: 



KB Term:  Term intersection
English Word: 

  DayTime

Sigma KEE - DayTime
DayTime(一天的時間)

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


(disjoint DayTime NightTime) Merge.kif 8882-8882 不相交的 一天的時間 and 晚上的時間
(documentation DayTime EnglishLanguage "The class of TimeIntervals that begin at Sunrise and end at Sunset.") Merge.kif 8880-8881
(subclass DayTime TimeInterval) Merge.kif 8879-8879 子類 一天的時間 and TimeInterval

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


(subclass Afternoon DayTime) Merge.kif 8810-8810 子類 下午 and 一天的時間
(subclass Morning DayTime) Merge.kif 8825-8825 子類 早上 and 一天的時間
(termFormat ChineseLanguage DayTime "一天的时间") domainEnglishFormat.kif 18702-18702
(termFormat ChineseTraditionalLanguage DayTime "一天的時間") domainEnglishFormat.kif 18701-18701
(termFormat EnglishLanguage DayTime "day time") domainEnglishFormat.kif 18700-18700

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


(=>
    (and
        (visibilityInMeteorology ?Area ?Time
            (MeasureFn ?Distance ?U))
        (instance ?U UnitOfMeasure)
        (instance ?Time DayTime)
        (instance ?Observe Looking)
        (instance ?B Object)
        (color ?B Black)
        (agent ?Observe ?A)
        (patient ?Observe ?B)
        (orientation ?A ?B Horizontal)
        (eventLocated ?Observe ?Area)
        (during
            (WhenFn ?Observe) ?Time)
        (instance ?B Object))
    (exists (?D2)
        (and
            (distance ?A ?B
                (MeasureFn ?D2 ?U))
            (greaterThan ?Distance ?D2))))
Weather.kif 2724-2744
(=>
    (instance ?DAY DayTime)
    (exists (?NIGHT1 ?NIGHT2)
        (and
            (instance ?NIGHT1 NightTime)
            (instance ?NIGHT2 NightTime)
            (meetsTemporally ?DAY ?NIGHT1)
            (meetsTemporally ?NIGHT2 ?DAY))))
Merge.kif 8892-8899
(=>
    (instance ?DAY DayTime)
    (exists (?RISE ?SET)
        (and
            (instance ?RISE Sunrise)
            (instance ?SET Sunset)
            (starts ?RISE ?DAY)
            (finishes ?SET ?DAY))))
Merge.kif 8901-8908

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


(=>
    (instance ?NIGHT NightTime)
    (exists (?DAY1 ?DAY2)
        (and
            (instance ?DAY1 DayTime)
            (instance ?DAY2 DayTime)
            (meetsTemporally ?NIGHT ?DAY1)
            (meetsTemporally ?DAY2 ?NIGHT))))
Merge.kif 8914-8921


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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