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

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

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

<https://concepts.sagepub.com/social-science/concept/forest_fires>
  skos:prefLabel "forest fires"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/fires> .

<https://concepts.sagepub.com/social-science/concept/fires>
  skos:definition "Over the centuries, fires have induced significant impacts on lives, property, cultural heritage, our environment, and continuity of operations of affected businesses, whether a result of human or natural causes. The magnitude of these events and the way these crises have been managed has evolved over the years. [Source: <a href=\"https://sk.sagepub.com/reference/encyclopedia-of-crisis-management/n140.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Crisis Management; Fires</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/forest_fires> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/society>, <https://concepts.sagepub.com/social-science/concept/natural_disasters>, <https://concepts.sagepub.com/social-science/concept/major_incidents>, <https://concepts.sagepub.com/social-science/concept/disasters> ;
  skos:prefLabel "fires"@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/fires> .

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

