@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/huddle_room>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.huddle_room" ;
  skos:prefLabel "Huddle Room"@en ;
  skos:definition "A small enclosed meeting room for three or four people around a screen, booked briefly and left; the smallest room that still satisfies `meeting_room`."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/meeting_room> ;
  mi:semanticId "space.huddle-room" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" .
