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

<https://concepts.sagepub.com/social-science/concept/Sanford_Bates>
  skos:definition "Sanford Bates was one of the preeminent penologists in the United States. He was particularly known for his support of rehabilitation and many related reforms and innovations. [Source: <a href=\"https://sk.sagepub.com/reference/prisons/n27.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Prisons &amp; Correctional Facilities; Bates, Sanford (1884–1972)</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/staff> ;
  skos:prefLabel "Sanford Bates"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/people>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "people"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/Sanford_Bates> .

