@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/meeting_room>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.meeting_room" ;
  skos:prefLabel "Meeting Room"@en ;
  skos:definition "An enclosed volume for scheduled group discussion; enclosure is the test, so an open meeting table sits in `open_office` and not here."@en ;
  skos:altLabel "conference room"@en ;
  skos:altLabel "conference_room"@en ;
  skos:hiddenLabel "conference_room"@en ;
  skos:closeMatch <http://vocab.getty.edu/aat/300004398> ;
  mi:semanticId "room.meeting-room" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialgraph ms_room + materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" ;
  skos:scopeNote "`conference_room` folds in here as an altLabel rather than standing as a sibling: it names the same enclosed room in a more formal register, chiefly American, and nothing about the specification changes with the word. Where the formality is real rather than lexical, the term wanted is `boardroom`."@en .
