@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/crime_victims>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/violence_victims>, <https://concepts.sagepub.com/social-science/concept/rape_victims>, <https://concepts.sagepub.com/social-science/concept/adult_survivors_of_child_abuse>, <https://concepts.sagepub.com/social-science/concept/abuse_survivors> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D019548.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/persons> ;
  skos:prefLabel "crime victims"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/rape_victims>
  skos:prefLabel "rape victims"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/crime_victims> .

<https://concepts.sagepub.com/social-science/concept/violence_victims>
  skos:prefLabel "violence victims"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/crime_victims> .

<https://concepts.sagepub.com/social-science/concept/adult_survivors_of_child_abuse>
  skos:prefLabel "adult survivors of child abuse"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/crime_victims> .

<https://concepts.sagepub.com/social-science/concept/abuse_survivors>
  skos:prefLabel "abuse survivors"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/crime_victims> .

<https://concepts.sagepub.com/social-science/concept/persons>
  skos:prefLabel "persons"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/crime_victims> .

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

