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

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

<https://concepts.sagepub.com/social-science/concept/Nubia>
  skos:definition "Ancient Nubia is vitally important to the reconstruction of African history. The Nubian pharaohs of the 25th Dynasty revitalized the glory of Kemet (Ancient Egypt). [Source: <a href=\"https://sk.sagepub.com/reference/blackstudies/n197.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Black Studies; Nubia</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/population> ;
  skos:prefLabel "Nubia"@en ;
  a skos:Concept .

