@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/government_financing>
  skos:prefLabel "government financing"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/workers%27_compensation> .

<https://concepts.sagepub.com/social-science/concept/disability_insurance>
  skos:prefLabel "disability insurance"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/workers%27_compensation> .

<https://concepts.sagepub.com/social-science/concept/workers%27_compensation>
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D014942.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/poverty_relief_initiatives>, <https://concepts.sagepub.com/social-science/concept/government_financing>, <https://concepts.sagepub.com/social-science/concept/disability_insurance> ;
  skos:prefLabel "workers' compensation"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/poverty_relief_initiatives>
  skos:prefLabel "poverty relief initiatives"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/workers%27_compensation> .

<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/workers%27_compensation> .

