@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/dining_room>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.dining_room" ;
  skos:prefLabel "Dining Room"@en ;
  skos:definition "A volume whose primary use is seated eating, held apart from the `kitchen` that serves it."@en ;
  skos:altLabel "Dining Room"@en ;
  skos:hiddenLabel "Dining Room"@en ;
  skos:exactMatch <http://vocab.getty.edu/aat/300004349> ;
  mi:semanticId "room.dining-room" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialgraph ms_room" ;
  dcterms:date "2026-08-21" ;
  mi:usageBand "common" ;
  mi:usageCorpus "designshop room schemes" ;
  mi:usageMeasured "2026-08-18" ;
  skos:scopeNote "The domestic dining room, and distinct from both `restaurant` and `private_dining`. The spine carries the two commercial senses and not this one, which is the clearest single piece of evidence that a commercial-first program vocabulary cannot be used unaltered for residential work."@en .
