@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/hard_labor> .

<https://concepts.sagepub.com/social-science/concept/hard_labor>
  skos:definition "Hard labor is a punishment of ancient origin and widespread adoption. In the United States, the Pennsylvania General Assembly established the first hard labor sentence in the fall of 1786 by directing “motley crews” of prisoners to clean and repair public streets. [Source: <a href=\"https://sk.sagepub.com/reference/prisons/n150.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Prisons &amp; Correctional Facilities; Hard Labor</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/labor> ;
  skos:prefLabel "hard labor"@en ;
  a skos:Concept .

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

