@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/behavioral_aspects_of_housing>
  skos:prefLabel "behavioral aspects of housing"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/residential_location> .

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

<https://concepts.sagepub.com/social-science/concept/residential_location>
  skos:definition "A house is located on a street, which is located in an immediate neighborhood, and that neighborhood in a city or town, and a county, and all of those areas within a region. Thus, residential location can vary in scale from the street address to the larger locales that surround a house. [Source: <a href=\"https://sk.sagepub.com/reference/housing2ed/n210.xml\" target=\"_blank\" data-id=\"to-sk\">The Encyclopedia of Housing; Residential Location</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/behavioral_aspects_of_housing> ;
  skos:prefLabel "residential location"@en ;
  a skos:Concept .

