@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/disaster_relief>
  skos:prefLabel "disaster relief"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/hurricanes> .

<https://concepts.sagepub.com/social-science/concept/Hurricane_Andrew>
  skos:prefLabel "Hurricane Andrew"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/hurricanes> .

<https://concepts.sagepub.com/social-science/concept/Hurricane_Rita>
  skos:prefLabel "Hurricane Rita"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/hurricanes> .

<https://concepts.sagepub.com/social-science/concept/Hurricane_Katrina>
  skos:prefLabel "Hurricane Katrina"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/hurricanes> .

<https://concepts.sagepub.com/social-science/concept/hurricanes>
  skos:definition "A HURRICANE IS a particularly strong tropical storm; that is, a storm with winds in excess of 74 miles per hour. Hurricane is the term used for this type of storm in the North Atlantic Ocean; in the Pacific Ocean, these storms are known as typhoons, and in the Indian Ocean they are known as cyclones. [Source: <a href=\"https://sk.sagepub.com/reference/environment/n542.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environment and Society; Hurricanes</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Hurricane_Rita>, <https://concepts.sagepub.com/social-science/concept/Hurricane_Katrina>, <https://concepts.sagepub.com/social-science/concept/Hurricane_Ike>, <https://concepts.sagepub.com/social-science/concept/Hurricane_Andrew> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/disaster_relief>, <https://concepts.sagepub.com/social-science/concept/climate> ;
  skos:prefLabel "hurricanes"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/climate>
  skos:prefLabel "climate"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/hurricanes> .

<https://concepts.sagepub.com/social-science/concept/Hurricane_Ike>
  skos:prefLabel "Hurricane Ike"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/hurricanes> .

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

