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



KB Term:  Term intersection
English Word: 

Sigma KEE - ClearWeather
ClearWeather(clear weather)
bad_weather, clear, cloudless, fair, inclemency, inclementness, unclouded

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


(subclass ClearWeather WeatherProcess) Weather.kif 1554-1554 Clear weather is a subclass of weather process
(documentation ClearWeather EnglishLanguage "ClearWeather represents a condition in which less than 30% of the sky is covered with clouds.") Weather.kif 1556-1557 Clear weather is a subclass of weather process
(externalImage ClearWeather "http://articulatesoftware.com/SUMOpictures/ weather/ sun/ sun_01.png") pictureList.kif 1700-1700 Clear weather is a subclass of weather process

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


(termFormat EnglishLanguage ClearWeather "clear weather") domainEnglishFormat.kif 15096-15096
(termFormat ChineseTraditionalLanguage ClearWeather "天氣晴朗") domainEnglishFormat.kif 15097-15097
(termFormat ChineseLanguage ClearWeather "天气晴朗") domainEnglishFormat.kif 15098-15098

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


(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER ClearWeather)
        (eventLocated ?WEATHER ?AREA))
    (exists (?FRACTION)
        (and
            (cloudCoverFraction ?AREA ?FRACTION)
            (lessThan ?FRACTION 0.3))))
Weather.kif 1559-1567 If X is an instance of geographic area, Y is an instance of clear weather, and Y is located at X, then there exists Z such that Z is a cloud cover fraction of X and Z is less than 0.3
(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER ClearWeather)
        (eventLocated ?WEATHER ?AREA)
        (cloudCoverFraction ?AREA ?FRACTION))
    (lessThan ?FRACTION 0.3))
Weather.kif 1569-1575 If X is an instance of geographic area, Y is an instance of clear weather, Y is located at X, and Z is a cloud cover fraction of X, then Z is less than 0.3


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners