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

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

<https://concepts.sagepub.com/social-science/concept/American_Correctional_Association>
  skos:definition "The American Correctional Association (ACA) is the official organization devoted to overseeing the development and implementation of improved correctional methods and operational standards. It has more than 20,000 members globally. [Source: <a href=\"https://sk.sagepub.com/reference/prisons/n14.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Prisons &amp; Correctional Facilities; American Correctional Association</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/staff> ;
  skos:prefLabel "American Correctional Association"@en ;
  a skos:Concept .

