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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - TropicalClimateZone
TropicalClimateZone(tropical climate zone)
tropic, tropical

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 1280-1283
(externalImage TropicalClimateZone "http://upload.wikimedia.org/wikipedia/ commons/ 3/ 32/ World_Koppen_Map.png") pictureList.kif 3019-3019
(externalImage TropicalClimateZone "http://upload.wikimedia.org/wikipedia/ commons/ 4/ 4a/ World_map_torrid.svg") pictureList.kif 3248-3248
(externalImage TropicalClimateZone "http://upload.wikimedia.org/wikipedia/ commons/ b/ b3/ Male_lion_on_savanna.jpg") pictureList.kif 3250-3250
(externalImage TropicalClimateZone "http://upload.wikimedia.org/wikipedia/ commons/ f/ ff/ Tropical-area-mactan-philippines.jpg") pictureList.kif 3249-3249
(subclass TropicalClimateZone ClimateZone) Geography.kif 1278-1278 Tropical climate zone is a subclass of climate zone

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


(subclass MonsoonClimateZone TropicalClimateZone) Geography.kif 1334-1334 Monsoon climate zone is a subclass of tropical climate zone
(subclass WetTropicalClimateZone TropicalClimateZone) Geography.kif 1309-1309 Wet tropical climate zone is a subclass of tropical climate zone
(termFormat ChineseLanguage TropicalClimateZone "热带气候区") domainEnglishFormat.kif 59240-59240
(termFormat ChineseTraditionalLanguage TropicalClimateZone "熱帶氣候區") domainEnglishFormat.kif 59239-59239
(termFormat EnglishLanguage TropicalClimateZone "tropical climate zone") domainEnglishFormat.kif 59238-59238

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


(=>
    (and
        (climateTypeInArea ?AREA TropicalClimateZone)
        (instance ?MO Month)
        (averageRainfallForPeriod ?AREA ?MO
            (MeasureFn ?AMOUNT
                (MilliFn Meter)))
        (greaterThanOrEqualTo ?AMOUNT 60.0))
    (climateTypeInArea ?AREA WetTropicalClimateZone))
Geography.kif 1316-1323
(=>
    (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 1285-1298


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