@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/nursery_school>
  skos:related <https://concepts.sagepub.com/social-science/concept/kindergarten> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D012578.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/schools>, <https://concepts.sagepub.com/social-science/concept/preschool>, <https://concepts.sagepub.com/social-science/concept/pre-primary_education> ;
  skos:prefLabel "nursery 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/nursery_school> .

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

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

<https://concepts.sagepub.com/social-science/concept/kindergarten>
  skos:prefLabel "kindergarten"@en ;
  a skos:Concept ;
  skos:related <https://concepts.sagepub.com/social-science/concept/nursery_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/nursery_school> .

