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

<https://concepts.sagepub.com/social-science/concept/pharmaceutical_industry>
  skos:prefLabel "pharmaceutical industry"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/pharmaceutical_product> .

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

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

<https://concepts.sagepub.com/social-science/concept/homeopathic_products>
  skos:prefLabel "homeopathic products"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pharmaceutical_product> .

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

<https://concepts.sagepub.com/social-science/concept/pharmaceutical_product>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/vaccines>, <https://concepts.sagepub.com/social-science/concept/psychotropic_substance>, <https://concepts.sagepub.com/social-science/concept/medicament>, <https://concepts.sagepub.com/social-science/concept/hormones>, <https://concepts.sagepub.com/social-science/concept/homeopathic_products> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pharmaceutical_industry> ;
  skos:prefLabel "pharmaceutical product"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/psychotropic_substance>
  skos:prefLabel "psychotropic substance"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pharmaceutical_product> .

