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

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

<https://concepts.sagepub.com/social-science/concept/diuretics>
  skos:definition "Diuretics are a group of medications typically used to treat high blood pressure or congestive heart disease, but they have also been abused by athletes to gain a competitive advantage or to cover up evidence of the use of other performance enhancers. A diuretic is anything that causes a person to produce more urine from the kidneys. [Source: <a href=\"https://sk.sagepub.com/reference/sportsmedicine/n148.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Sports Medicine; Diuretics</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/drugs> ;
  skos:prefLabel "diuretics"@en ;
  a skos:Concept .

