@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_(physics)>
  skos:prefLabel "light (physics)"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/ultraviolet_rays> .

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

<https://concepts.sagepub.com/social-science/concept/ionizing_radiation>
  skos:prefLabel "ionizing radiation"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/ultraviolet_rays> .

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

<https://concepts.sagepub.com/social-science/concept/ultraviolet_rays>
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D014466.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/sunlight>, <https://concepts.sagepub.com/social-science/concept/light_(physics)>, <https://concepts.sagepub.com/social-science/concept/ionizing_radiation> ;
  skos:prefLabel "ultraviolet rays"@en ;
  a skos:Concept .

