@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/teacher_supply>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/teacher_wastage>, <https://concepts.sagepub.com/social-science/concept/teacher_shortages>, <https://concepts.sagepub.com/social-science/concept/teacher_mobility> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/staff_supply> ;
  skos:prefLabel "teacher supply"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/staff_supply>
  skos:prefLabel "staff supply"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/teacher_supply> .

<https://concepts.sagepub.com/social-science/concept/teacher_mobility>
  skos:prefLabel "teacher mobility"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/teacher_supply> .

<https://concepts.sagepub.com/social-science/concept/teacher_wastage>
  skos:prefLabel "teacher wastage"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/teacher_supply> .

<https://concepts.sagepub.com/social-science/concept/teacher_shortages>
  skos:prefLabel "teacher shortages"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/teacher_supply> .

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

