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

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

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

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

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

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

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

