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

<https://concepts.sagepub.com/social-science/concept/types_of_punishment>
  skos:prefLabel "types of punishment"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/corporal_punishment> .

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

<https://concepts.sagepub.com/social-science/concept/corporal_punishment>
  skos:definition "Corporal punishment of children is a legally sanctioned and culturally accepted disciplinary practice in the United States. The support corporal punishment receives in the United States is not unique. [Source: <a href=\"https://sk.sagepub.com/reference/crimepunishment/n83.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Crime and Punishment; Corporal Punishment</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/torture> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/types_of_punishment> ;
  skos:prefLabel "corporal punishment"@en ;
  a skos:Concept .

