@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:broader <https://concepts.sagepub.com/social-science/concept/emergencies> .

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

<https://concepts.sagepub.com/social-science/concept/social_welfare_emergencies>
  skos:prefLabel "social welfare emergencies"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/emergencies> .

<https://concepts.sagepub.com/social-science/concept/emergencies>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/social_welfare_emergencies>, <https://concepts.sagepub.com/social-science/concept/major_incidents>, <https://concepts.sagepub.com/social-science/concept/disasters> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D004630.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/public_health> ;
  skos:prefLabel "emergencies"@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/emergencies> .

<https://concepts.sagepub.com/social-science/concept/public_health>
  skos:prefLabel "public health"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/emergencies> .

