@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/industry_training_boards>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Engineering_Construction_Industry_Training_Board>, <https://concepts.sagepub.com/social-science/concept/Construction_Industry_Training_Board> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/training_organizations> ;
  skos:prefLabel "industry training boards"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/Engineering_Construction_Industry_Training_Board>
  skos:prefLabel "Engineering Construction Industry Training Board"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/industry_training_boards> .

<https://concepts.sagepub.com/social-science/concept/training_organizations>
  skos:prefLabel "training organizations"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/industry_training_boards> .

<https://concepts.sagepub.com/social-science/concept/Construction_Industry_Training_Board>
  skos:prefLabel "Construction Industry Training Board"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/industry_training_boards> .

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

