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

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

<https://concepts.sagepub.com/social-science/concept/edge_city>
  skos:definition "Edge city is a term used to refer to the edge of an urban area, an area dense with businesses, entertainment, shopping, and recreation. Some argue it has become the major form of urban growth worldwide, pushing residential suburbs even farther aware from the urban core. [Source: <a href=\"https://sk.sagepub.com/reference/urbanstudies/n91.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Urban Studies; Edge City</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/urban_geography> ;
  skos:prefLabel "edge city"@en ;
  a skos:Concept .

