@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/guest_bedroom>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.guest_bedroom" ;
  skos:prefLabel "Guest Bedroom"@en ;
  skos:definition "A bedroom kept for visitors rather than for a member of the household, and therefore specified for occasional use and second-guessed comfort."@en ;
  skos:altLabel "spare room"@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/bedroom> ;
  skos:exactMatch <http://vocab.getty.edu/aat/300248355> ;
  mi:semanticId "space.guest-bedroom" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  skos:scopeNote "AAT 300248355 is `exact` here and `related` on `hotel_room`, and the split is the reason that downgrade happened. Getty's scope note reads: rooms in DWELLINGS set aside for temporary use by guests and not regularly used by household members. That is this term precisely, and it is not a let hotel bedroom at all."@en .
