@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/Medicare_Part_D>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/medication_therapy_management> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D054524.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pharmaceutical_services_insurance>, <https://concepts.sagepub.com/social-science/concept/Medicare>, <https://concepts.sagepub.com/social-science/concept/legislation_as_topic> ;
  skos:prefLabel "Medicare Part D"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/pharmaceutical_services_insurance>
  skos:prefLabel "pharmaceutical services insurance"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Medicare_Part_D> .

<https://concepts.sagepub.com/social-science/concept/medication_therapy_management>
  skos:prefLabel "medication therapy management"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Medicare_Part_D> .

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

<https://concepts.sagepub.com/social-science/concept/legislation_as_topic>
  skos:prefLabel "legislation as topic"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Medicare_Part_D> .

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

