@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/project_room>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.project_room" ;
  skos:prefLabel "Project Room"@en ;
  skos:definition "A room a project team holds for the length of a project, worked in daily and left set up between sessions, with the walls given over to pinning things onto."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/workspace> ;
  mi:semanticId "space.project-room" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" ;
  skos:scopeNote "Deliberately NOT `broaderTermId: meeting_room`. A meeting room is booked, emptied and handed on; a project room is occupied continuously and its walls are a working surface. Filed under `workspace` because that is the honest parent."@en .
