@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix mi: <https://taxonomy.materialinstruments.com/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://taxonomy.materialinstruments.com/space/hotel_room>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.hotel_room" ;
  skos:prefLabel "Hotel Room"@en ;
  skos:definition "A let sleeping volume in a hotel, taken together with its ensuite: the guest's whole private territory rather than the bed alone."@en ;
  skos:altLabel "guestroom"@en ;
  skos:hiddenLabel "guestroom"@en ;
  skos:relatedMatch <http://vocab.getty.edu/aat/300248355> ;
  mi:semanticId "room.hotel-room" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialgraph ms_room + materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" ;
  skos:scopeNote "Deliberately NOT `broaderTermId: bedroom`. A hotel room is a bedroom plus its bathroom, desk and wardrobe let as one unit, and its surfaces answer to contract fire, cleaning and wear standards a domestic bedroom never sees. Subsuming it would make every bedroom query return hospitality specifications."@en .
