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 1510-1514
(externalImage ColdClimateZone "http://upload.wikimedia.org/wikipedia/commons/ 3/ 32/ World_Koppen_Map.png") pictureList.kif 2447-2447
(subclass ColdClimateZone ClimateZone) Geography.kif 1508-1508 Cold climate zone is a subclass of climate zone

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


(subclass ColdDampClimateZone ColdClimateZone) Geography.kif 1537-1537 Cold damp climate zone is a subclass of cold climate zone
(subclass DryWinterColdClimateZone ColdClimateZone) Geography.kif 1544-1544 Dry winter cold climate zone is a subclass of cold climate zone
(termFormat ChineseLanguage ColdClimateZone "寒冷气候带") domainEnglishFormat.kif 15545-15545 Dry winter cold climate zone is a subclass of cold climate zone
(termFormat ChineseTraditionalLanguage ColdClimateZone "寒冷氣候帶") domainEnglishFormat.kif 15544-15544 Dry winter cold climate zone is a subclass of cold climate zone
(termFormat EnglishLanguage ColdClimateZone "cold climate zone") domainEnglishFormat.kif 15543-15543 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 1516-1524
(=>
    (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 1527-1535


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