@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/man-made_disasters> .

<https://concepts.sagepub.com/social-science/concept/cause_of_death>
  skos:prefLabel "cause of death"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/man-made_disasters> .

<https://concepts.sagepub.com/social-science/concept/man-made_disasters>
  skos:definition "Disasters are significant disruptions of a social system that compromise that system's ability to respond to the disruption on its own. Disasters can vary widely in their geographic scope and impact. [Source: <a href=\"https://sk.sagepub.com/reference/humanexperience/n122.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Death and the Human Experience; Disasters, Man-Made</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cause_of_death> ;
  skos:prefLabel "man-made disasters"@en ;
  a skos:Concept .

