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

<https://concepts.sagepub.com/social-science/concept/stranger_violence>
  skos:definition "Stranger violence occurs between offenders and victims who have no prior relationship. Unlike crimes that take place between family members, friends, business partners, or acquaintances, stranger violence occurs when the offender is not known to the victim in any way. [Source: <a href=\"https://sk.sagepub.com/reference/crimepunishment/n419.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Crime and Punishment; Stranger Violence</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/violent_crime> ;
  skos:prefLabel "stranger violence"@en ;
  a skos:Concept .

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

