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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ClearWeather

Sigma KEE - ClearWeather
ClearWeather

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 879-880
(externalImage ClearWeather "http://articulatesoftware.com/SUMOpictures/ weather/ sun/ sun_01.png") pictureList.kif 1701-1701
(subclass ClearWeather WeatherProcess) Weather.kif 877-877 ClearWeatherWeatherProcesssubclass では %n

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


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

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


(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER ClearWeather)
        (eventLocated ?WEATHER ?AREA)
        (cloudCoverFraction ?AREA ?FRACTION))
    (lessThan ?FRACTION 0.3))
Weather.kif 892-898
(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER ClearWeather)
        (eventLocated ?WEATHER ?AREA))
    (exists (?FRACTION)
        (and
            (cloudCoverFraction ?AREA ?FRACTION)
            (lessThan ?FRACTION 0.3))))
Weather.kif 882-890


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