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

<https://concepts.sagepub.com/social-science/concept/drugs_of_abuse>
  skos:prefLabel "drugs of abuse"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/LSD> .

<https://concepts.sagepub.com/social-science/concept/types_of_drugs>
  skos:prefLabel "types of drugs"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/LSD> .

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

<https://concepts.sagepub.com/social-science/concept/LSD>
  skos:definition "abbreviation for lysergic acid diethylamide. Commonly called acid. [Source: <a href=\"https://sk.sagepub.com/reference/the-concise-dictionary-of-crime-and-justice/n1151.xml\" target=\"_blank\" data-id=\"to-sk\">The Concise Dictionary of Crime and Justice; LSD</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/types_of_drugs>, <https://concepts.sagepub.com/social-science/concept/hallucinogens>, <https://concepts.sagepub.com/social-science/concept/drugs_of_abuse> ;
  skos:prefLabel "LSD"@en ;
  a skos:Concept .

