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



KB Term:  Term intersection
English Word: 

Sigma KEE - TemperateClimateZone
TemperateClimateZone(temperate climate zone)
North_Temperate_Zone, South_Temperate_Zone, Temperate_Zone

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


(subclass TemperateClimateZone ClimateZone) Geography.kif 2855-2855 Temperate climate zone is a subclass of climate zone
(documentation TemperateClimateZone EnglishLanguage "TemperateClimateZone is the subclass of ClimateZone which the coldest month averaging between 18 degrees and -3 degrees Celsius, and at least one month averaging above 10 degrees Celsius. This is Class C in the Koeppen climate system.") Geography.kif 2860-2863 Temperate climate zone is a subclass of climate zone
(externalImage TemperateClimateZone "http://upload.wikimedia.org/wikipedia/ commons/ 3/ 32/ World_Koppen_Map.png") pictureList.kif 2999-2999 Temperate climate zone is a subclass of climate zone
(externalImage TemperateClimateZone "http://upload.wikimedia.org/wikipedia/ commons/ 0/ 0d/ World_map_temperate.svg") pictureList.kif 3219-3219 Temperate climate zone is a subclass of climate zone

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


(subclass MediterraneanClimateZone TemperateClimateZone) Geography.kif 2902-2902 Mediterranean climate zone is a subclass of temperate climate zone
(subclass ContinentalClimateZone TemperateClimateZone) Geography.kif 2925-2925 Continental climate zone is a subclass of temperate climate zone
(subclass TemperateWinterDryClimateZone TemperateClimateZone) Geography.kif 2954-2954 Temperate winter dry climate zone is a subclass of temperate climate zone
(subclass TemperateSummerDryClimateZone TemperateClimateZone) Geography.kif 2962-2962 Temperate summer dry climate zone is a subclass of temperate climate zone
(termFormat EnglishLanguage TemperateClimateZone "temperate climate zone") domainEnglishFormat.kif 57401-57401 Temperate summer dry climate zone is a subclass of temperate climate zone
(termFormat ChineseTraditionalLanguage TemperateClimateZone "溫帶氣候區") domainEnglishFormat.kif 57402-57402 Temperate summer dry climate zone is a subclass of temperate climate zone
(termFormat ChineseLanguage TemperateClimateZone "温带气候区") domainEnglishFormat.kif 57403-57403 Temperate summer dry climate zone is a subclass of temperate climate zone

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


(=>
    (climateTypeInArea ?AREA TemperateClimateZone)
    (exists (?MO ?AMOUNT)
        (and
            (instance ?MO Month)
            (averageTemperatureForPeriod ?AREA ?MO
                (MeasureFn ?AMOUNT CelsiusDegree))
            (greaterThan ?AMOUNT 10.0))))
Geography.kif 2866-2873 If temperate climate zone is a climate type in area of X, then there exist Y and Z such that Y is an instance of month and X average temperature for period Y for Z celsius degree(s) and Z is greater than 10.0
(=>
    (and
        (climateTypeInArea ?AREA TemperateClimateZone)
        (instance ?MO Month)
        (averageTemperatureForPeriod ?AREA ?MO
            (MeasureFn ?TEMP CelsiusDegree)))
    (greaterThanOrEqualTo ?TEMP -3.0))
Geography.kif 2876-2882 If temperate climate zone is a climate type in area of X, Y is an instance of month, and X average temperature for period Y for Z celsius degree(s), then Z is greater than or equal to -3.0
(=>
    (climateTypeInArea ?AREA TemperateClimateZone)
    (exists (?MO ?AMOUNT)
        (and
            (instance ?MO Month)
            (averageTemperatureForPeriod ?AREA ?MO
                (MeasureFn ?AMOUNT CelsiusDegree))
            (greaterThanOrEqualTo ?AMOUNT -3.0)
            (lessThanOrEqualTo ?AMOUNT 18.0)
            (not
                (exists (?M2 ?MT2)
                    (and
                        (instance ?M2 Month)
                        (averageTemperatureForPeriod ?AREA ?M2
                            (MeasureFn ?MT2 CelsiusDegree))
                        (lessThan ?MT2 ?AMOUNT)))))))
Geography.kif 2885-2900 If temperate climate zone is a climate type in area of X, then there exist Y and Z such that Y is an instance of month and X average temperature for period Y for Z celsius degree(s) and Z is greater than or equal to -3.0 and Z is less than or equal to 18.0 and there don't exist W and V such that W is an instance of month and X average temperature for period W for V celsius degree(s) and V is less than Z


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