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

<https://concepts.sagepub.com/social-science/concept/shopping_center>
  skos:definition "A shopping center is simply a single building or collection of buildings containing multiple retail units. Strictly speaking this can be either a wholly planned center developed all at once and owned and operated under a single management (e.g., a shopping mall), or a semicohesive shopping area that has evolved over time, such as a town or neighborhood center. [Source: <a href=\"https://sk.sagepub.com/reference/urbanstudies/n253.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Urban Studies; Shopping Center</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/urban_places> ;
  skos:prefLabel "shopping center"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/urban_places>
  skos:prefLabel "urban places"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/shopping_center> .

