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

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

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

<https://concepts.sagepub.com/social-science/concept/shared_housing>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/lodgings>, <https://concepts.sagepub.com/social-science/concept/group_homes>, <https://concepts.sagepub.com/social-science/concept/bed_sitting_rooms> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/housing> ;
  skos:prefLabel "shared 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/shared_housing> .

<https://concepts.sagepub.com/social-science/concept/bed_sitting_rooms>
  skos:prefLabel "bed sitting rooms"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/shared_housing> .

