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

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

<https://concepts.sagepub.com/social-science/concept/battered_husbands>
  skos:broader <https://concepts.sagepub.com/social-science/concept/victims>, <https://concepts.sagepub.com/social-science/concept/personal_crime_victims>, <https://concepts.sagepub.com/social-science/concept/male_victims> ;
  skos:prefLabel "battered husbands"@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/battered_husbands> .

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

