@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/winter_storms>
  skos:definition "In many places around the world, heavy snow and ice accumulations may result from winter storms, bringing transportation to a halt and cutting power to affected populations. The primary weather phenomenons by which winter storms occur—and that affects the largest population and geographical area—are extratropical cyclones and fronts, whereas lake-effect and mountain snowstorms may cripple local regions. [Source: <a href=\"https://sk.sagepub.com/reference/disasterrelief/n313.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Disaster Relief; Winter Storms</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/natural_disasters> ;
  skos:prefLabel "winter storms"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/winter_storms> .

<https://concepts.sagepub.com/social-science/concept/natural_disasters>
  skos:prefLabel "natural disasters"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/winter_storms> .

