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



KB Term:  Term intersection
English Word: 

Sigma KEE - OvercastWeather
OvercastWeather(overcast weather)
cloud-covered, cloud_cover, clouded, cloudiness, cloudy, overcast, sunless

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


(subclass OvercastWeather WeatherProcess) Weather.kif 1604-1604 Overcast weather is a subclass of weather process
(documentation OvercastWeather EnglishLanguage "OvercastWeather represents a condition in which more than 70% of the sky is covered with clouds.") Weather.kif 1606-1608 Overcast weather is a subclass of weather process
(externalImage OvercastWeather "http://articulatesoftware.com/SUMOpictures/ weather/ clouds/ cloudy_mostly.png") pictureList.kif 1884-1884 Overcast weather is a subclass of weather process

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


(termFormat EnglishLanguage OvercastWeather "overcast weather") domainEnglishFormat.kif 43733-43733
(termFormat ChineseTraditionalLanguage OvercastWeather "陰雲密布的天氣") domainEnglishFormat.kif 43734-43734
(termFormat ChineseLanguage OvercastWeather "阴云密布的天气") domainEnglishFormat.kif 43735-43735

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


(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER OvercastWeather)
        (eventLocated ?WEATHER ?AREA))
    (exists (?FRACTION)
        (and
            (cloudCoverFraction ?AREA ?FRACTION)
            (greaterThan ?FRACTION 0.7))))
Weather.kif 1610-1618 If X is an instance of geographic area, Y is an instance of overcast weather, and Y is located at X, then there exists Z such that Z is a cloud cover fraction of X and Z is greater than 0.7
(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER OvercastWeather)
        (eventLocated ?WEATHER ?AREA)
        (cloudCoverFraction ?AREA ?FRACTION))
    (greaterThan ?FRACTION 0.7))
Weather.kif 1620-1626 If X is an instance of geographic area, Y is an instance of overcast weather, Y is located at X, and Z is a cloud cover fraction of X, then Z is greater than 0.7


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