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

<https://concepts.sagepub.com/social-science/concept/gentrification>
  skos:definition "Gentrification refers to residential change that brings new residents who are disproportionately young, well educated, salaried, and professional into urban neighborhoods where poor people live. Gentrification has been occurring in cities throughout the world since the 1970s. [Source: <a href=\"https://sk.sagepub.com/reference/homelessness/n52.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Homelessness; Gentrification</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/urban_redevelopment>, <https://concepts.sagepub.com/social-science/concept/community_design> ;
  skos:prefLabel "gentrification"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/urban_redevelopment>
  skos:prefLabel "urban redevelopment"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/gentrification> .

<https://concepts.sagepub.com/social-science/concept/community_design>
  skos:prefLabel "community design"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/gentrification> .

