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

<https://concepts.sagepub.com/social-science/concept/U.S._Parole_Commission>
  skos:definition "Early use of parole at the federal level can be traced back to the beginning of the 20th century. During a period of growth in the 1930s and 1940s, federal parole was administered by the U.S. Board of Parole in the U.S. Attorney General's office. [Source: <a href=\"https://sk.sagepub.com/reference/cmtycorrections/n116.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Community Corrections; Parole Commission, U.S.</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/parole> ;
  skos:prefLabel "U.S. Parole Commission"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/parole>
  skos:prefLabel "parole"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/U.S._Parole_Commission> .

