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

<https://concepts.sagepub.com/social-science/concept/audiovisual_technicians>
  skos:prefLabel "audiovisual technicians"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/technicians> .

<https://concepts.sagepub.com/social-science/concept/technicians>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/medical_technicians>, <https://concepts.sagepub.com/social-science/concept/graphics_designers>, <https://concepts.sagepub.com/social-science/concept/electronics_technicians>, <https://concepts.sagepub.com/social-science/concept/audiovisual_technicians> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/scientific_personnel> ;
  skos:prefLabel "technicians"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/electronics_technicians>
  skos:prefLabel "electronics technicians"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/technicians> .

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

<https://concepts.sagepub.com/social-science/concept/scientific_personnel>
  skos:prefLabel "scientific personnel"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/technicians> .

<https://concepts.sagepub.com/social-science/concept/medical_technicians>
  skos:prefLabel "medical technicians"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/technicians> .

