@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/suburban_area>
  skos:prefLabel "suburban area"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/town> .

<https://concepts.sagepub.com/social-science/concept/small_towns>
  skos:prefLabel "small towns"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/town> .

<https://concepts.sagepub.com/social-science/concept/metropolis>
  skos:prefLabel "metropolis"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/town> .

<https://concepts.sagepub.com/social-science/concept/town>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/medium-sized_town>, <https://concepts.sagepub.com/social-science/concept/new_towns>, <https://concepts.sagepub.com/social-science/concept/satellite_town>, <https://concepts.sagepub.com/social-science/concept/urban_areas>, <https://concepts.sagepub.com/social-science/concept/residential_areas>, <https://concepts.sagepub.com/social-science/concept/metropolis>, <https://concepts.sagepub.com/social-science/concept/capital_cities>, <https://concepts.sagepub.com/social-science/concept/suburban_area>, <https://concepts.sagepub.com/social-science/concept/megalopolis>, <https://concepts.sagepub.com/social-science/concept/small_towns> ;
  skos:prefLabel "town"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/urban_center> ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/medium-sized_town>
  skos:prefLabel "medium-sized town"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/town> .

<https://concepts.sagepub.com/social-science/concept/satellite_town>
  skos:prefLabel "satellite town"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/town> .

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

<https://concepts.sagepub.com/social-science/concept/new_towns>
  skos:prefLabel "new towns"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/town> .

<https://concepts.sagepub.com/social-science/concept/urban_center>
  skos:prefLabel "urban center"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/town> .

<https://concepts.sagepub.com/social-science/concept/residential_areas>
  skos:prefLabel "residential areas"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/town> .

<https://concepts.sagepub.com/social-science/concept/urban_areas>
  skos:prefLabel "urban areas"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/town> .

<https://concepts.sagepub.com/social-science/concept/capital_cities>
  skos:prefLabel "capital cities"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/town> .

<https://concepts.sagepub.com/social-science/concept/megalopolis>
  skos:prefLabel "megalopolis"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/town> .

