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

<https://concepts.sagepub.com/social-science/concept/homes_for_the_aged>
  skos:prefLabel "homes for the aged"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/residential_facilities> .

<https://concepts.sagepub.com/social-science/concept/group_homes>
  skos:prefLabel "group homes"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/residential_facilities> .

<https://concepts.sagepub.com/social-science/concept/health_facilities>
  skos:prefLabel "health facilities"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/residential_facilities> .

<https://concepts.sagepub.com/social-science/concept/assisted_living_facilities>
  skos:prefLabel "assisted living facilities"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/residential_facilities> .

<https://concepts.sagepub.com/social-science/concept/halfway_houses>
  skos:prefLabel "halfway houses"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/residential_facilities> .

<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_facilities> .

<https://concepts.sagepub.com/social-science/concept/nursing_homes>
  skos:prefLabel "nursing homes"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/residential_facilities> .

<https://concepts.sagepub.com/social-science/concept/residential_facilities>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/assisted_living_facilities>, <https://concepts.sagepub.com/social-science/concept/orphanages>, <https://concepts.sagepub.com/social-science/concept/halfway_houses>, <https://concepts.sagepub.com/social-science/concept/group_homes>, <https://concepts.sagepub.com/social-science/concept/homes_for_the_aged>, <https://concepts.sagepub.com/social-science/concept/nursing_homes> ;
  skos:prefLabel "residential facilities"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/health_facilities> ;
  a skos:Concept ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D012112.html> .

