Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  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
-------------------------


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

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


(termFormat ChineseLanguage ClearWeather "天气晴朗") domainEnglishFormat.kif 15112-15112
(termFormat ChineseTraditionalLanguage ClearWeather "天氣晴朗") domainEnglishFormat.kif 15111-15111
(termFormat EnglishLanguage ClearWeather "clear weather") domainEnglishFormat.kif 15110-15110

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


(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER ClearWeather)
        (eventLocated ?WEATHER ?AREA)
        (cloudCoverFraction ?AREA ?FRACTION))
    (lessThan ?FRACTION 0.3))
Weather.kif 876-882
(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER ClearWeather)
        (eventLocated ?WEATHER ?AREA))
    (exists (?FRACTION)
        (and
            (cloudCoverFraction ?AREA ?FRACTION)
            (lessThan ?FRACTION 0.3))))
Weather.kif 866-874


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