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

<https://concepts.sagepub.com/social-science/concept/initial_teacher_training>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/teaching_practice>, <https://concepts.sagepub.com/social-science/concept/employer_based_teacher_training> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/teacher_training> ;
  skos:prefLabel "initial teacher training"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/teacher_training>
  skos:prefLabel "teacher training"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/initial_teacher_training> .

<https://concepts.sagepub.com/social-science/concept/employer_based_teacher_training>
  skos:prefLabel "employer based teacher training"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/initial_teacher_training> .

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

