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

<https://concepts.sagepub.com/social-science/concept/OxyContin>
  skos:definition "OxyContin is a controlled-release formulation of oxycodone hydrochloride developed and marketed by Purdue Pharma LP of Stamford, Connecticut. Currently, OxyContin is available in dosage strengths of 10,20,40, 80, and 160 milligrams per tablet. [Source: <a href=\"https://sk.sagepub.com/reference/substance/n263.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Substance Abuse Prevention, Treatment, &amp; Recovery; OxyContin</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/drug_classification> ;
  skos:prefLabel "OxyContin"@en ;
  a skos:Concept .

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

