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

<https://concepts.sagepub.com/social-science/concept/Muslims>
  skos:definition "Muslims are defined as followers of Islam, a world religion founded by the Prophet Mohammed. Islam is the principal religion of much of Asia, including the Middle East and Indonesia, which has the largest Muslim population. [Source: <a href=\"https://sk.sagepub.com/reference/dictionary-of-multicultural-psychology/n156.xml\" target=\"_blank\" data-id=\"to-sk\">Dictionary of Multicultural Psychology: Issues, Terms, and Concepts; Muslims</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/theology>, <https://concepts.sagepub.com/social-science/concept/religious_groups> ;
  skos:prefLabel "Muslims"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/religious_groups>
  skos:prefLabel "religious groups"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Muslims> .

