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

<https://concepts.sagepub.com/social-science/concept/ethnic_segregation>
  skos:definition "Ethnic segregation is the enforced or voluntary residential separation of two or more groups on the basis of cultural identity. Usually understood at the local scale among neighborhoods within a city, ethnic residential segregation also occurs at other geographic scales. [Source: <a href=\"https://sk.sagepub.com/reference/geography/n395.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geography; Ethnic Segregation</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/social_geography> ;
  skos:prefLabel "ethnic segregation"@en ;
  a skos:Concept .

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

