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

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

<https://concepts.sagepub.com/social-science/concept/devil>
  skos:definition "The devil by definition is a powerful force of evil, either a real spiritual personality or a metaphor for human evil. As such, the concept of the devil exists only in monotheist religions including Judaism, Christianity, Zoroastrianism, and Islam. [Source: <a href=\"https://sk.sagepub.com/reference/humanexperience/n120.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Death and the Human Experience; Devil</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/religion> ;
  skos:prefLabel "devil"@en ;
  a skos:Concept .

