@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/workplace_deaths> .

<https://concepts.sagepub.com/social-science/concept/work-related_crimes>
  skos:prefLabel "work-related crimes"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/workplace_deaths> .

<https://concepts.sagepub.com/social-science/concept/workplace_deaths>
  skos:definition "IN 2001, 5,900 people in the United States were killed at work. The ways people died included motor vehicle deaths, accidents with machines, falls, being struck by objects, electrocutions, and homicides. [Source: <a href=\"https://sk.sagepub.com/reference/corporatecrime/n463.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of White-Collar &amp; Corporate Crime; Workplace Deaths</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/work-related_crimes> ;
  skos:prefLabel "workplace deaths"@en ;
  a skos:Concept .

