@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/private_tuition>
  skos:prefLabel "private tuition"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/private_education> .

<https://concepts.sagepub.com/social-science/concept/educational_settings>
  skos:prefLabel "educational settings"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/private_education> .

<https://concepts.sagepub.com/social-science/concept/private_education>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/private_tuition>, <https://concepts.sagepub.com/social-science/concept/independent_schools>, <https://concepts.sagepub.com/social-science/concept/independent_further_and_higher_education> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/educational_settings> ;
  skos:prefLabel "private education"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/independent_further_and_higher_education>
  skos:prefLabel "independent further and higher education"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/private_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/private_education> .

<https://concepts.sagepub.com/social-science/concept/independent_schools>
  skos:prefLabel "independent schools"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/private_education> .

