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



KB Term:  Term intersection
English Word: 

Sigma KEE - PartlyCloudyWeather
PartlyCloudyWeather(partly cloudy weather)

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


(subclass PartlyCloudyWeather WeatherProcess) Weather.kif 1577-1577 Partly cloudy weather is a subclass of weather process
(documentation PartlyCloudyWeather EnglishLanguage "PartlyCloudyWeather represents a condition in which between 30% and 70% of the sky is covered with clouds.") Weather.kif 1579-1581 Partly cloudy weather is a subclass of weather process
(externalImage PartlyCloudyWeather "http://articulatesoftware.com/SUMOpictures/ weather/ clouds/ cloudy_partly.png") pictureList.kif 1892-1892 Partly cloudy weather is a subclass of weather process
(externalImage PartlyCloudyWeather "http://articulatesoftware.com/SUMOpictures/ weather/ clouds/ partly_Cloudy.png") pictureList.kif 2283-2283 Partly cloudy weather is a subclass of weather process

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


(termFormat EnglishLanguage PartlyCloudyWeather "partly cloudy weather") domainEnglishFormat.kif 44567-44567
(termFormat ChineseTraditionalLanguage PartlyCloudyWeather "部分多雲的天氣") domainEnglishFormat.kif 44568-44568
(termFormat ChineseLanguage PartlyCloudyWeather "部分多云的天气") domainEnglishFormat.kif 44569-44569

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


(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER PartlyCloudyWeather)
        (eventLocated ?WEATHER ?AREA))
    (exists (?FRACTION)
        (and
            (cloudCoverFraction ?AREA ?FRACTION)
            (greaterThanOrEqualTo ?FRACTION 0.3)
            (lessThanOrEqualTo ?FRACTION 0.7))))
Weather.kif 1583-1592 If X is an instance of geographic area, Y is an instance of partly cloudy weather, and Y is located at X, then there exists Z such that Z is a cloud cover fraction of X, Z is greater than, equal to 0.3, and Z is less than, or equal to 0.7
(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER PartlyCloudyWeather)
        (eventLocated ?WEATHER ?AREA)
        (cloudCoverFraction ?AREA ?FRACTION))
    (and
        (greaterThanOrEqualTo ?FRACTION 0.3)
        (lessThanOrEqualTo ?FRACTION 0.7)))
Weather.kif 1594-1602 If X is an instance of geographic area, Y is an instance of partly cloudy weather, Y is located at X, and Z is a cloud cover fraction of X, then Z is greater than or equal to 0.3 and Z is less than or equal to 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