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

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

<https://concepts.sagepub.com/social-science/concept/public_space>
  skos:definition "Public space has many different meanings but usually is thought of as a place that is created and maintained by a government entity for the benefit of the community and that ideally can be used regardless of one's economic or social condition. Typical examples include parks, roads, town squares, sidewalks, and public beaches. [Source: <a href=\"https://sk.sagepub.com/reference/humangeography/n238.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Human Geography; Public Space</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/urban_geography> ;
  skos:prefLabel "public space"@en ;
  a skos:Concept .

