@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/restaurant>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.restaurant" ;
  skos:prefLabel "Restaurant"@en ;
  skos:definition "The public dining volume of a food business, front of house only; the commercial preparation space behind it is `commercial_kitchen`."@en ;
  skos:altLabel "restaurant_dining_room"@en ;
  skos:hiddenLabel "restaurant_dining_room"@en ;
  skos:exactMatch <http://vocab.getty.edu/aat/300005182> ;
  mi:semanticId "room.restaurant" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialgraph ms_room + materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" ;
  skos:scopeNote "`typology.restaurant` is the premises and this is the room in it. The bare id appears on both axes deliberately; the axis prefix is what keeps them apart, per ADR 0001."@en .
