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

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

<https://concepts.sagepub.com/social-science/concept/fire_fighting>
  skos:broader <https://concepts.sagepub.com/social-science/concept/public_service_employees>, <https://concepts.sagepub.com/social-science/concept/emergency_practices> ;
  skos:prefLabel "fire fighting"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/public_service_employees>
  skos:prefLabel "public service employees"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/fire_fighting> .

