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

<https://concepts.sagepub.com/social-science/concept/Hurricane_Andrew>
  skos:definition "Hurricane Andrew made landfall near Homestead, Florida, on August 24, 1992, at approximately 5:00 A.M. as a Category 4 hurricane, which more than a decade later would be upgraded to Category 5 status on the Saffir-Simpson Hurricane Scale. Tracking toward southeast Florida, the storm made two quick passes over the Bahamas and narrowly missed making a landfall in the Florida Keys. [Source: <a href=\"https://sk.sagepub.com/reference/disasterrelief/n124.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Disaster Relief; Hurricane Andrew (1992)</a>]"@en ;
  dc11:end 1992 ;
  dc11:start 1992 ;
  dc11:date "1992" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/hurricanes> ;
  skos:prefLabel "Hurricane Andrew"@en ;
  a skos:Concept .

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

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

