@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/steroid_use>
  skos:definition "Anabolic steroids are derivatives of the hormone testosterone. Scientists at the University of Chicago isolated testosterone in 1927 from bull testicles, and by 1935, Yugoslavian researchers had discovered how to produce synthetic testosterone. [Source: <a href=\"https://sk.sagepub.com/reference/womentoday/n806.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Women in Today's World The Multimedia Encyclopedia of Women in Today's World; Steroid Use</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/drug_use> ;
  skos:prefLabel "steroid use"@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/steroid_use> .

<https://concepts.sagepub.com/social-science/concept/drug_use>
  skos:prefLabel "drug use"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/steroid_use> .

