@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/town_planning>
  skos:prefLabel "town planning"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/real_estate> .

<https://concepts.sagepub.com/social-science/concept/real_estate>
  skos:definition "Real estate is a physical and a financial asset. As a physical asset, it is fixed in a given place, thereby grounding the economic, political, and social relations that create real estate. [Source: <a href=\"https://sk.sagepub.com/reference/urbanstudies/n226.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Urban Studies; Real Estate</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/town_planning> ;
  skos:prefLabel "real estate"@en ;
  a skos:Concept .

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

