@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/salvia_divinorum> .

<https://concepts.sagepub.com/social-science/concept/salvia_divinorum>
  skos:definition "Salvia divinorum is a plant-based hallucinogen that has come under increasing regulatory scrutiny and control during the beginning of the 21st century. It is a mint plant that has been used in traditional spiritual practices by the Mazatec Indians of Oaxaca, Mexico. [Source: <a href=\"https://sk.sagepub.com/reference/drugpolicy/n312.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Drug Policy; Salvia Divinorum</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/types_of_drugs> ;
  skos:prefLabel "salvia divinorum"@en ;
  a skos:Concept .

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

