@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/partner_abuse>
  skos:prefLabel "partner abuse"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/physical_abuse> .

<https://concepts.sagepub.com/social-science/concept/elder_abuse>
  skos:prefLabel "elder abuse"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/physical_abuse> .

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

<https://concepts.sagepub.com/social-science/concept/ritual_abuse>
  skos:prefLabel "ritual abuse"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/physical_abuse> .

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

<https://concepts.sagepub.com/social-science/concept/physical_abuse>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/sexual_abuse>, <https://concepts.sagepub.com/social-science/concept/ritual_abuse>, <https://concepts.sagepub.com/social-science/concept/partner_abuse>, <https://concepts.sagepub.com/social-science/concept/elder_abuse>, <https://concepts.sagepub.com/social-science/concept/child_abuse> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/violence>, <https://concepts.sagepub.com/social-science/concept/cruelty> ;
  skos:prefLabel "physical abuse"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/child_abuse>
  skos:prefLabel "child abuse"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/physical_abuse> .

<https://concepts.sagepub.com/social-science/concept/sexual_abuse>
  skos:prefLabel "sexual abuse"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/physical_abuse> .

