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



KB Term:  Term intersection
English Word: 

Sigma KEE - WinterSeason
WinterSeason(winter season)
winter, wintertime

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


(subclass WinterSeason SeasonOfYear) Mid-level-ontology.kif 21079-21079 Winter season is a subclass of season of year
(documentation WinterSeason EnglishLanguage "The SeasonOfYear that begins at the winter solstice and ends at the spring equinox.") Mid-level-ontology.kif 21080-21081 Winter season is a subclass of season of year
(equal WinterSeason
    (RecurrentTimeIntervalFn December February))
Geography.kif 3118-3118 equal winter season and the recurring period from December to February
(externalImage WinterSeason "http://upload.wikimedia.org/wikipedia/commons/ 0/ 05/ Schneelandschaft_Furx.JPG") pictureList.kif 4950-4950 equal winter season and the recurring period from December to February
(externalImage WinterSeason "http://upload.wikimedia.org/wikipedia/commons/ 9/ 95/ Windbuchencom.jpg") pictureList.kif 5094-5094 equal winter season and the recurring period from December to February
(externalImage WinterSeason "http://upload.wikimedia.org/wikipedia/en/a/ a6/ Skoropud.jpg") pictureList.kif 5095-5095 equal winter season and the recurring period from December to February
(externalImage WinterSeason "http://upload.wikimedia.org/wikipedia/en/0/ 08/ Seasons3.svg") pictureList.kif 5096-5096 equal winter season and the recurring period from December to February

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


(partition SeasonOfYear WinterSeason SpringSeason SummerSeason FallSeason) Mid-level-ontology.kif 21069-21069 Season of year is exhaustively partitioned into winter season, spring season, summer season, and fall season
(termFormat EnglishLanguage WinterSeason "winter season") domainEnglishFormat.kif 63214-63214 Season of year is exhaustively partitioned into winter season, spring season, summer season, and fall season
(termFormat ChineseTraditionalLanguage WinterSeason "冬季") domainEnglishFormat.kif 63215-63215 Season of year is exhaustively partitioned into winter season, spring season, summer season, and fall season
(termFormat ChineseLanguage WinterSeason "冬季") domainEnglishFormat.kif 63216-63216 Season of year is exhaustively partitioned into winter season, spring season, summer season, and fall season

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


(=>
    (instance ?WINTER WinterSeason)
    (exists (?SPRING)
        (and
            (instance ?SPRING SpringSeason)
            (meetsTemporally ?WINTER ?SPRING))))
Mid-level-ontology.kif 21083-21088 If X is an instance of winter season, then there exists Y such that Y is an instance of spring season and X meets Y
(=>
    (instance ?WINTER WinterSeason)
    (exists (?AUTUMN)
        (and
            (instance ?AUTUMN FallSeason)
            (meetsTemporally ?AUTUMN ?WINTER))))
Mid-level-ontology.kif 21090-21095 If X is an instance of winter season, then there exists Y such that Y is an instance of fall season and Y meets X

consequent
-------------------------


(=>
    (instance ?SPRING SpringSeason)
    (exists (?WINTER)
        (and
            (instance ?WINTER WinterSeason)
            (meetsTemporally ?WINTER ?SPRING))))
Mid-level-ontology.kif 21110-21115 If X is an instance of spring season, then there exists Y such that Y is an instance of winter season and Y meets X
(=>
    (instance ?AUTUMN FallSeason)
    (exists (?WINTER)
        (and
            (instance ?WINTER WinterSeason)
            (meetsTemporally ?AUTUMN ?WINTER))))
Mid-level-ontology.kif 21146-21151 If X is an instance of fall season, then there exists Y such that Y is an instance of winter season and X meets Y
(=>
    (climateTypeInArea ?AREA MediterraneanClimateZone)
    (coolSeasonInArea ?AREA WinterSeason))
Geography.kif 2909-2911 If mediterranean climate zone is a climate type in area of X, then winter season is a cool season in area of X
(=>
    (climateTypeInArea ?AREA MediterraneanClimateZone)
    (rainySeasonInArea ?AREA WinterSeason))
Geography.kif 2917-2919 If mediterranean climate zone is a climate type in area of X, then winter season is a rainy season in area of X
(=>
    (climateTypeInArea ?AREA ContinentalClimateZone)
    (coldSeasonInArea ?AREA WinterSeason))
Geography.kif 2931-2933 If continental climate zone is a climate type in area of X, then winter season is a cold season in area of X
(=>
    (climateTypeInArea ?AREA MidlatitudeContinentalClimateZone)
    (coolSeasonInArea ?AREA WinterSeason))
Geography.kif 2946-2948 If midlatitude continental climate zone is a climate type in area of X, then winter season is a cool season in area of X
(=>
    (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 2990-2998 If cold 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 Y is a part of winter season and X average temperature for period Y for Z celsius degree(s) and Z is less than -3.0
(=>
    (instance ?O OlympicGames)
    (or
        (exists (?W)
            (and
                (instance ?W WinterSeason)
                (temporalPart
                    (WhenFn ?O) ?W)))
        (exists (?S)
            (and
                (instance ?S SummerSeason)
                (temporalPart
                    (WhenFn ?O) ?S)))))
Sports.kif 1368-1378 If X is an instance of olympic games, then there exists Y such that Y is an instance of winter season and the time of existence of X is a part of Y or there exists Z such that Z is an instance of summer season and the time of existence of X is a part of 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