@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/light_phototherapy>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/ultraviolet_therapy>, <https://concepts.sagepub.com/social-science/concept/infrared_therapy>, <https://concepts.sagepub.com/social-science/concept/heliotherapy>, <https://concepts.sagepub.com/social-science/concept/chromotherapy> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/physiotherapy> ;
  skos:prefLabel "light phototherapy"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/infrared_therapy>
  skos:prefLabel "infrared therapy"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/light_phototherapy> .

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

<https://concepts.sagepub.com/social-science/concept/ultraviolet_therapy>
  skos:prefLabel "ultraviolet therapy"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/light_phototherapy> .

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

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

<https://concepts.sagepub.com/social-science/concept/physiotherapy>
  skos:prefLabel "physiotherapy"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/light_phototherapy> .

