@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/focus_room>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.focus_room" ;
  skos:prefLabel "Focus Room"@en ;
  skos:definition "An enclosed room for one or two people to work in undisturbed for as long as they need, sized and ventilated for a full day where `phone_booth` is not."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/workspace> ;
  mi:semanticId "space.focus-room" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" ;
  skos:scopeNote "Deliberately NOT `broaderTermId: phone_booth`. The parent's definition rules out day-long occupation, which is precisely what this room is for. They look identical on a plan and are specified differently in ventilation, daylight and seating, so the distinction is the term's whole value."@en .
