@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/hazardous_waste>
  skos:prefLabel "hazardous waste"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/radioactive_waste> .

<https://concepts.sagepub.com/social-science/concept/radiologic_health>
  skos:prefLabel "radiologic health"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/radioactive_waste> .

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

<https://concepts.sagepub.com/social-science/concept/radioactive_waste>
  skos:definition "Low-level radioactive waste is waste containing small amounts of radionuclides with a short half-life. Such materials include protective clothing, used air or water filters and nuclides from medical procedures. [Source: <a href=\"https://sk.sagepub.com/reference/dictionaryenvirochange/n3186.i1.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environmental Change; radioactive waste</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D011850.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/radiologic_health>, <https://concepts.sagepub.com/social-science/concept/hazardous_waste> ;
  skos:prefLabel "radioactive waste"@en ;
  a skos:Concept .

