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

<https://concepts.sagepub.com/social-science/concept/Gates_v._Collier>
  skos:definition "This case, heard in 1972, is one of the first prisoners’ rights cases in American corrections. The case effectively created minimum standards of confinement for inmates in the United States. [Source: <a href=\"https://sk.sagepub.com/reference/socialhistory-crime-punishment/n265.xml\" target=\"_blank\" data-id=\"to-sk\">The Social History of Crime and Punishment in America: An Encylopedia; Gates v. Collier</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/state_and_federal_court_cases> ;
  skos:prefLabel "Gates v. Collier"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/state_and_federal_court_cases>
  skos:prefLabel "state and federal court cases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Gates_v._Collier> .

