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

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

<https://concepts.sagepub.com/social-science/concept/norfolk_prison>
  skos:definition "Massachusetts Correctional Institution (MCI) Norfolk was the first “community-based” prison in the United States. It was designed to be a community, with a central quadrangle, similar to that of many traditional colleges. [Source: <a href=\"https://sk.sagepub.com/reference/prisons/n240.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Prisons &amp; Correctional Facilities; Norfolk Prison</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/institutions> ;
  skos:prefLabel "norfolk prison"@en ;
  a skos:Concept .

