@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/boardroom>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.boardroom" ;
  skos:prefLabel "Boardroom"@en ;
  skos:definition "The named meeting room a board sits in: one fixed table, one specification, and the room in the building where money is spent on the finishes."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/meeting_room> ;
  skos:exactMatch <http://vocab.getty.edu/aat/300081159> ;
  mi:semanticId "space.boardroom" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" .
