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

<https://concepts.sagepub.com/social-science/concept/supported_housing>
  skos:definition "Supported housing is a model that merges both housing and services to sustain such housing. While this model can be used for a variety of circumstances, this entry will focus on supported housing for those with mental illness, developmental and intellectual disabilities, and addictions, and as a solution aiding those who were formerly homeless. [Source: <a href=\"https://sk.sagepub.com/reference/encyclopedia-of-human-services-and-diversity/n543.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Human Services and Diversity; Supported Housing</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/housing> ;
  skos:prefLabel "supported housing"@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/supported_housing> .

