@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/drug_and_narcotic_control>
  skos:prefLabel "drug and narcotic control"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pharmacy_administration> .

<https://concepts.sagepub.com/social-science/concept/drug_utilization>
  skos:prefLabel "drug utilization"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pharmacy_administration> .

<https://concepts.sagepub.com/social-science/concept/organization_and_administration>
  skos:prefLabel "organization and administration"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/pharmacy_administration> .

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

<https://concepts.sagepub.com/social-science/concept/pharmacy_administration>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/drug_utilization>, <https://concepts.sagepub.com/social-science/concept/drug_and_narcotic_control> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D010605.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/organization_and_administration> ;
  skos:prefLabel "pharmacy administration"@en ;
  a skos:Concept .

