@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/radiation_dosage>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/relative_biological_effectiveness>, <https://concepts.sagepub.com/social-science/concept/radiation_dose-response_relationship> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D011829.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/radiologic_health> ;
  skos:prefLabel "radiation dosage"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/radiation_dose-response_relationship>
  skos:prefLabel "radiation dose-response relationship"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/radiation_dosage> .

<https://concepts.sagepub.com/social-science/concept/relative_biological_effectiveness>
  skos:prefLabel "relative biological effectiveness"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/radiation_dosage> .

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

<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_dosage> .

