@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/hurricanes_typhoons>
  skos:definition "Hurricanes and typhoons are regionally specific names referring to powerful tropical cyclones. Tropical cyclones are intense, warm-core centers of low atmospheric pressure that develop over most warm tropical oceans. [Source: <a href=\"https://sk.sagepub.com/reference/disasterrelief/n130.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Disaster Relief; Hurricanes/Typhoons</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/natural_disasters> ;
  skos:prefLabel "hurricanes/typhoons"@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/hurricanes_typhoons> .

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

