@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/pre-primary_education>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/portage>, <https://concepts.sagepub.com/social-science/concept/nursery_school>, <https://concepts.sagepub.com/social-science/concept/kindergarten>, <https://concepts.sagepub.com/social-science/concept/foundation_stage>, <https://concepts.sagepub.com/social-science/concept/early_years_education> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/educational_stages> ;
  skos:prefLabel "pre-primary education"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/nursery_school>
  skos:prefLabel "nursery school"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pre-primary_education> .

<https://concepts.sagepub.com/social-science/concept/educational_stages>
  skos:prefLabel "educational stages"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/pre-primary_education> .

<https://concepts.sagepub.com/social-science/concept/kindergarten>
  skos:prefLabel "kindergarten"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pre-primary_education> .

<https://concepts.sagepub.com/social-science/concept/portage>
  skos:prefLabel "portage"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pre-primary_education> .

<https://concepts.sagepub.com/social-science/concept/foundation_stage>
  skos:prefLabel "foundation stage"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pre-primary_education> .

<https://concepts.sagepub.com/social-science/concept/early_years_education>
  skos:prefLabel "early years education"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pre-primary_education> .

<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/pre-primary_education> .

