@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/root_doctor> .

<https://concepts.sagepub.com/social-science/concept/religion>
  skos:prefLabel "religion"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/root_doctor> .

<https://concepts.sagepub.com/social-science/concept/root_doctor>
  skos:definition "Root doctors are herbalists who use various plants and animal parts to cure or create ailments. Root doctors are also called conjurers, herb doctors, root workers, healers, spiritualists, and two-headed doctors. [Source: <a href=\"https://sk.sagepub.com/reference/blackstudies/n220.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Black Studies; Root Doctor</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/religion> ;
  skos:prefLabel "root doctor"@en ;
  a skos:Concept .

