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

<https://concepts.sagepub.com/social-science/concept/Northern_Africa>
  skos:prefLabel "Northern Africa"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Egypt> .

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

<https://concepts.sagepub.com/social-science/concept/Egypt>
  skos:definition "Egypt has long been at the crossroads of cultural influences and home to a variety of religious faiths. The Bible attests to Egypt's political importance in the ancient Near East and to its place in monotheistic history. [Source: <a href=\"https://sk.sagepub.com/reference/globalreligion/n206.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Religion; Egypt</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D004534.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Northern_Africa>, <https://concepts.sagepub.com/social-science/concept/Middle_East> ;
  skos:prefLabel "Egypt"@en ;
  a skos:Concept .

