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

<https://concepts.sagepub.com/social-science/concept/ophthalmic_medical_practitioners>
  skos:prefLabel "ophthalmic medical practitioners"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/opticians> .

<https://concepts.sagepub.com/social-science/concept/family_practitioners>
  skos:prefLabel "family practitioners"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/opticians> .

<https://concepts.sagepub.com/social-science/concept/opticians>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/optometrists>, <https://concepts.sagepub.com/social-science/concept/ophthalmic_medical_practitioners>, <https://concepts.sagepub.com/social-science/concept/dispensing_opticians> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/health_professions>, <https://concepts.sagepub.com/social-science/concept/family_practitioners> ;
  skos:prefLabel "opticians"@en ;
  a skos:Concept .

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

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

<https://concepts.sagepub.com/social-science/concept/health_professions>
  skos:prefLabel "health professions"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/opticians> .

