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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - DayTime
DayTime(day time)day, daylight, daytime

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


(disjoint DayTime NightTime) Merge.kif 8973-8973 Day time is disjoint from night time
(documentation DayTime EnglishLanguage "The class of TimeIntervals that begin at Sunrise and end at Sunset.") Merge.kif 8971-8972 Day time is disjoint from night time
(subclass DayTime TimeInterval) Merge.kif 8970-8970 Day time is a subclass of time interval

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


(subclass Afternoon DayTime) Merge.kif 8901-8901 Afternoon is a subclass of day time
(subclass Morning DayTime) Merge.kif 8916-8916 Morning is a subclass of day time
(termFormat ChineseLanguage DayTime "一天的时间") domainEnglishFormat.kif 18711-18711 Morning is a subclass of day time
(termFormat ChineseTraditionalLanguage DayTime "一天的時間") domainEnglishFormat.kif 18710-18710 Morning is a subclass of day time
(termFormat EnglishLanguage DayTime "day time") domainEnglishFormat.kif 18709-18709 Morning is a subclass of day time

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 3452-3472
(=>
    (instance ?DAY DayTime)
    (exists (?NIGHT1 ?NIGHT2)
        (and
            (instance ?NIGHT1 NightTime)
            (instance ?NIGHT2 NightTime)
            (meetsTemporally ?DAY ?NIGHT1)
            (meetsTemporally ?NIGHT2 ?DAY))))
Merge.kif 8983-8990
(=>
    (instance ?DAY DayTime)
    (exists (?RISE ?SET)
        (and
            (instance ?RISE Sunrise)
            (instance ?SET Sunset)
            (starts ?RISE ?DAY)
            (finishes ?SET ?DAY))))
Merge.kif 8992-8999

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


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


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