@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/correctional_officer_pay> .

<https://concepts.sagepub.com/social-science/concept/correctional_officer_pay>
  skos:definition "Historically, prison guards were paid poorly for their work and were subjected to poor working conditions. Today, the pay and position of the correctional officer has improved dramatically in many jurisdictions. [Source: <a href=\"https://sk.sagepub.com/reference/prisons/n73.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Prisons &amp; Correctional Facilities; Correctional Officer Pay</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/staff> ;
  skos:prefLabel "correctional officer pay"@en ;
  a skos:Concept .

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

