@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/shared_group_housing>
  skos:definition "Shared group housing is a unique living arrangement that meets a variety of needs for its residents. This living arrangement involves three or more unrelated individuals living together in a traditional single-family dwelling. [Source: <a href=\"https://sk.sagepub.com/reference/housing2ed/n228.xml\" target=\"_blank\" data-id=\"to-sk\">The Encyclopedia of Housing; Shared Group Housing</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/housing_affordability> ;
  skos:prefLabel "shared group housing"@en ;
  a skos:Concept .

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

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

