@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/violent_crime>
  skos:prefLabel "violent crime"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/workplace_violence> .

<https://concepts.sagepub.com/social-science/concept/workplace_violence>
  skos:definition "WORKPLACE VIOLENCE has become a common occurrence in workplaces across the world. The types of violence range from simple assaults to violent homicides committed against workers. [Source: <a href=\"https://sk.sagepub.com/reference/corporatecrime/n464.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of White-Collar &amp; Corporate Crime; Workplace Violence</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/workplace_homicide> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/violent_crime>, <https://concepts.sagepub.com/social-science/concept/everyday_life_at_work> ;
  skos:prefLabel "workplace violence"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/workplace_homicide>
  skos:prefLabel "workplace homicide"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/workplace_violence> .

<https://concepts.sagepub.com/social-science/concept/everyday_life_at_work>
  skos:prefLabel "everyday life at work"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/workplace_violence> .

<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_violence> .

