@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/treatments_and_therapies>
  skos:prefLabel "treatments and therapies"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/radiation_therapy> .

<https://concepts.sagepub.com/social-science/concept/radiation_therapy>
  skos:definition "RADIATION THERAPY (RT; also called ionizing radiation, X-ray therapy, or irradiation) is used for treating cancer by focusing high-energy radiation beams into specific locations in the body. This high-energy radiation, when focused on cancer cells, breaks up genetic material and interferes with the growth of the tumor. [Source: <a href=\"https://sk.sagepub.com/reference/cancer/n505.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Cancer and Society; Radiation Therapy</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/treatments_and_therapies> ;
  skos:prefLabel "radiation therapy"@en ;
  a skos:Concept .

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

