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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - TropicalClimateZone
TropicalClimateZone

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


(documentation TropicalClimateZone EnglishLanguage "TropicalClimateZone is a subclass of ClimateZone in which the average temperature of the coldest month is greater than 18 degrees Celsius. This is Class 'A' in the Koeppen climate classification system.") Geography.kif 1274-1277
(externalImage TropicalClimateZone "http://upload.wikimedia.org/wikipedia/ commons/ 3/ 32/ World_Koppen_Map.png") pictureList.kif 3018-3018
(externalImage TropicalClimateZone "http://upload.wikimedia.org/wikipedia/ commons/ 4/ 4a/ World_map_torrid.svg") pictureList.kif 3247-3247
(externalImage TropicalClimateZone "http://upload.wikimedia.org/wikipedia/ commons/ b/ b3/ Male_lion_on_savanna.jpg") pictureList.kif 3249-3249
(externalImage TropicalClimateZone "http://upload.wikimedia.org/wikipedia/ commons/ f/ ff/ Tropical_area_mactan_philippines.jpg") pictureList.kif 3248-3248
(subclass TropicalClimateZone ClimateZone) Geography.kif 1272-1272 TropicalClimateZoneClimateZonesubclass では

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


(subclass MonsoonClimateZone TropicalClimateZone) Geography.kif 1328-1328 MonsoonClimateZoneTropicalClimateZonesubclass では
(subclass WetTropicalClimateZone TropicalClimateZone) Geography.kif 1303-1303 WetTropicalClimateZoneTropicalClimateZonesubclass では
(termFormat ChineseLanguage TropicalClimateZone "热带气候区") domainEnglishFormat.kif 59224-59224 WetTropicalClimateZoneTropicalClimateZonesubclass では
(termFormat ChineseTraditionalLanguage TropicalClimateZone "熱帶氣候區") domainEnglishFormat.kif 59223-59223 WetTropicalClimateZoneTropicalClimateZonesubclass では
(termFormat EnglishLanguage TropicalClimateZone "tropical climate zone") domainEnglishFormat.kif 59222-59222 WetTropicalClimateZoneTropicalClimateZonesubclass では

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


(=>
    (and
        (climateTypeInArea ?AREA TropicalClimateZone)
        (instance ?MO Month)
        (averageRainfallForPeriod ?AREA ?MO
            (MeasureFn ?AMOUNT
                (MilliFn Meter)))
        (greaterThanOrEqualTo ?AMOUNT 60.0))
    (climateTypeInArea ?AREA WetTropicalClimateZone))
Geography.kif 1310-1317
(=>
    (climateTypeInArea ?AREA TropicalClimateZone)
    (exists (?MO ?TEMP)
        (and
            (instance ?MO Month)
            (averageTemperatureForPeriod ?AREA ?MO
                (MeasureFn ?TEMP CelsiusDegree))
            (greaterThan ?TEMP 18.0)
            (not
                (exists (?M2 ?MT2)
                    (and
                        (averageTemperatureForPeriod ?AREA ?M2
                            (MeasureFn ?MT2 CelsiusDegree))
                        (lessThan ?MT2 ?TEMP)))))))
Geography.kif 1279-1292


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