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

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

<https://concepts.sagepub.com/social-science/concept/prison_systems>
  skos:definition "A nation's prison system holds people who have been convicted by the courts and sentenced to a term of imprisonment. Offenders in the United States may be placed in a state or in a federal correctional facility. [Source: <a href=\"https://sk.sagepub.com/reference/crimepunishment/n322.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Crime and Punishment; Prison Systems</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/corrections> ;
  skos:prefLabel "prison systems"@en ;
  a skos:Concept .

