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

<https://concepts.sagepub.com/social-science/concept/school_types>
  skos:prefLabel "school types"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/infant_school> .

<https://concepts.sagepub.com/social-science/concept/infant_school>
  skos:definition "Infant schools, which first emerged in the early 1800s in Great Britain, were established to serve the children of laborers and to remove younger children from the labor force. They accommodate children from 3 to 7 years of age. [Source: <a href=\"https://sk.sagepub.com/reference/educationalreform/n218.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Educational Reform and Dissent; Infant Schools</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/school_types>, <https://concepts.sagepub.com/social-science/concept/primary_school> ;
  skos:prefLabel "infant school"@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/infant_school> .

