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

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

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

<https://concepts.sagepub.com/social-science/concept/mammography>
  skos:definition "Skin cancer aside, breast cancer is the most common cancer among women in the United States. It is also one of the leading causes of cancer-related deaths. [Source: <a href=\"https://sk.sagepub.com/reference/encyclopedia-of-health-communication/n309.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Health Communication; Mammography</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/xeromammography> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D008327.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/radiography> ;
  skos:prefLabel "mammography"@en ;
  a skos:Concept .

