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

<https://concepts.sagepub.com/social-science/concept/educational_groups>
  skos:prefLabel "educational groups"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/learners> .

<https://concepts.sagepub.com/social-science/concept/early_leavers>
  skos:prefLabel "early leavers"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/learners> .

<https://concepts.sagepub.com/social-science/concept/learners>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/returners_to_education>, <https://concepts.sagepub.com/social-science/concept/pupils>, <https://concepts.sagepub.com/social-science/concept/offender_learners>, <https://concepts.sagepub.com/social-science/concept/learner_representatives>, <https://concepts.sagepub.com/social-science/concept/early_leavers>, <https://concepts.sagepub.com/social-science/concept/adult_learning> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/educational_groups> ;
  skos:prefLabel "learners"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/learner_representatives>
  skos:prefLabel "learner representatives"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/learners> .

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

<https://concepts.sagepub.com/social-science/concept/offender_learners>
  skos:prefLabel "offender learners"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/learners> .

<https://concepts.sagepub.com/social-science/concept/adult_learning>
  skos:prefLabel "adult learning"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/learners> .

<https://concepts.sagepub.com/social-science/concept/returners_to_education>
  skos:prefLabel "returners to education"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/learners> .

