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

<https://concepts.sagepub.com/social-science/concept/single_rooms>
  skos:prefLabel "single rooms"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/bedrooms> .

<https://concepts.sagepub.com/social-science/concept/rooms_(architecture)>
  skos:prefLabel "rooms (architecture)"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/bedrooms> .

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

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

<https://concepts.sagepub.com/social-science/concept/bedrooms>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/staff_bedrooms>, <https://concepts.sagepub.com/social-science/concept/single_rooms>, <https://concepts.sagepub.com/social-science/concept/multi_bed_rooms> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/rooms_(architecture)> ;
  skos:prefLabel "bedrooms"@en ;
  a skos:Concept .

