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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - ColdClimateZone
ColdClimateZone(cold climate zone)

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


(documentation ColdClimateZone EnglishLanguage "ColdClimateZone is the subclass of ClimateZone that is characterized by a warmest month with average temperature less than 10 degrees Celsius and a coldest month with average temperature less than -3 degrees Celsius. This is Koeppen climate system Type D.") Geography.kif 1680-1684
(externalImage ColdClimateZone "http://upload.wikimedia.org/wikipedia/commons/ 3/ 32/ World_Koppen_Map.png") pictureList.kif 2447-2447
(subclass ColdClimateZone ClimateZone) Geography.kif 1678-1678 Cold climate zone is a subclass of climate zone

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


(subclass ColdDampClimateZone ColdClimateZone) Geography.kif 1707-1707 Cold damp climate zone is a subclass of cold climate zone
(subclass DryWinterColdClimateZone ColdClimateZone) Geography.kif 1714-1714 Dry winter cold climate zone is a subclass of cold climate zone
(termFormat ChineseLanguage ColdClimateZone "寒冷气候带") domainEnglishFormat.kif 15539-15539 Dry winter cold climate zone is a subclass of cold climate zone
(termFormat ChineseTraditionalLanguage ColdClimateZone "寒冷氣候帶") domainEnglishFormat.kif 15538-15538 Dry winter cold climate zone is a subclass of cold climate zone
(termFormat EnglishLanguage ColdClimateZone "cold climate zone") domainEnglishFormat.kif 15537-15537 Dry winter cold climate zone is a subclass of cold climate zone

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


(=>
    (and
        (climateTypeInArea ?AREA ColdClimateZone)
        (forall (?MO)
            (and
                (instance ?MO Month)
                (averageTemperatureForPeriod ?AREA ?MO
                    (MeasureFn ?TEMP CelsiusDegree)))))
    (greaterThan 10.0 ?TEMP))
Geography.kif 1686-1694
(=>
    (climateTypeInArea ?AREA ColdClimateZone)
    (exists (?MO ?AMOUNT)
        (and
            (instance ?MO Month)
            (temporalPart ?MO WinterSeason)
            (averageTemperatureForPeriod ?AREA ?MO
                (MeasureFn ?AMOUNT CelsiusDegree))
            (lessThan ?AMOUNT -3.0))))
Geography.kif 1697-1705


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