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

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

<https://concepts.sagepub.com/social-science/concept/sexual_assault_victims>
  skos:prefLabel "sexual assault victims"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/adults_molested_as_children> .

<https://concepts.sagepub.com/social-science/concept/adults_molested_as_children>
  skos:broader <https://concepts.sagepub.com/social-science/concept/victims>, <https://concepts.sagepub.com/social-science/concept/sexual_assault_victims>, <https://concepts.sagepub.com/social-science/concept/personal_crime_victims>, <https://concepts.sagepub.com/social-science/concept/adults> ;
  skos:prefLabel "adults molested as children"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/personal_crime_victims>
  skos:prefLabel "personal crime victims"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/adults_molested_as_children> .

