@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/housing_costs>
  skos:definition "Housing costs represent the sum total of various factors, including property acquisition and development, building construction, marketing, financing, and profit. The National Association of Home Builders (NAHB) regularly surveys its members regarding cost components of new single family housing. [Source: <a href=\"https://sk.sagepub.com/reference/housing2ed/n119.xml\" target=\"_blank\" data-id=\"to-sk\">The Encyclopedia of Housing; Housing Costs</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/housing_finance>, <https://concepts.sagepub.com/social-science/concept/housing_affordability> ;
  skos:prefLabel "housing costs"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/housing_finance>
  skos:prefLabel "housing finance"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/housing_costs> .

<https://concepts.sagepub.com/social-science/concept/housing_affordability>
  skos:prefLabel "housing affordability"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/housing_costs> .

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

