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

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

<https://concepts.sagepub.com/social-science/concept/heat_waves>
  skos:definition "Heat waves, also referred to as extreme heat events (EHEs), are defined as weather that exceeds the normal summertime temperature and/or humidity for that specific time of the season. Accordingly, there is no absolute temperature level that serves as a benchmark for labeling an EHE. In addition, the specific temperature that defines an EHE may change over the summer season. [Source: <a href=\"https://sk.sagepub.com/reference/disasterrelief/n105.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Disaster Relief; Heat Waves</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/natural_disasters>, <https://concepts.sagepub.com/social-science/concept/climate> ;
  skos:prefLabel "heat waves"@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/heat_waves> .

