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

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

<https://concepts.sagepub.com/social-science/concept/primary_education>
  skos:prefLabel "primary education"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/primary_school> .

<https://concepts.sagepub.com/social-science/concept/educational_institutions>
  skos:prefLabel "educational institutions"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/primary_school> .

<https://concepts.sagepub.com/social-science/concept/junior_school>
  skos:prefLabel "junior school"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/primary_school> .

<https://concepts.sagepub.com/social-science/concept/infant_school>
  skos:prefLabel "infant school"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/primary_school> .

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

