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 1444-1447
(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 1442-1442 Tropical climate zone is a subclass of climate zone

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


(subclass MonsoonClimateZone TropicalClimateZone) Geography.kif 1498-1498 Monsoon climate zone is a subclass of tropical climate zone
(subclass WetTropicalClimateZone TropicalClimateZone) Geography.kif 1473-1473 Wet tropical climate zone is a subclass of tropical climate zone
(termFormat ChineseLanguage TropicalClimateZone "热带气候区") domainEnglishFormat.kif 59224-59224 Wet tropical climate zone is a subclass of tropical climate zone
(termFormat ChineseTraditionalLanguage TropicalClimateZone "熱帶氣候區") domainEnglishFormat.kif 59223-59223 Wet tropical climate zone is a subclass of tropical climate zone
(termFormat EnglishLanguage TropicalClimateZone "tropical climate zone") domainEnglishFormat.kif 59222-59222 Wet tropical climate zone is a subclass of tropical climate zone

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


(=>
    (and
        (climateTypeInArea ?AREA TropicalClimateZone)
        (instance ?MO Month)
        (averageRainfallForPeriod ?AREA ?MO
            (MeasureFn ?AMOUNT
                (MilliFn Meter)))
        (greaterThanOrEqualTo ?AMOUNT 60.0))
    (climateTypeInArea ?AREA WetTropicalClimateZone))
Geography.kif 1480-1487
(=>
    (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 1449-1462


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