@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/tornadoes_and_severe_thunderstorms> .

<https://concepts.sagepub.com/social-science/concept/tornadoes_and_severe_thunderstorms>
  skos:definition "Each day, there are at least 40,000 thunderstorms taking place around the planet. The worst of these are severe thunderstorms that pose multiple challenges to crisis managers because of the associated hazards that can include lightning, hail, wind gusts, and tornadoes. [Source: <a href=\"https://sk.sagepub.com/reference/encyclopedia-of-crisis-management/n325.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Crisis Management; Tornadoes and Severe Thunderstorms</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/natural_disasters> ;
  skos:prefLabel "tornadoes and severe thunderstorms"@en ;
  a skos:Concept .

<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/tornadoes_and_severe_thunderstorms> .

