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

<https://concepts.sagepub.com/social-science/concept/incarcerated_students>
  skos:definition "Globally, there are an estimated 8.5 million adults in prison today and approximately 1 million children held in secure detention in young offender units. Only a small proportion of these prisoners and detainees will be provided with any sort of education, and even then, the quality will vary depending on the country or state where they are incarcerated. [Source: <a href=\"https://sk.sagepub.com/reference/sociology-of-education/n201.xml\" target=\"_blank\" data-id=\"to-sk\">Sociology of Education: An A-to-Z Guide; Incarcerated Students</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/education_beyond_schools> ;
  skos:prefLabel "incarcerated students"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/education_beyond_schools>
  skos:prefLabel "education beyond schools"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/incarcerated_students> .

