@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/vestibule>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.vestibule" ;
  skos:prefLabel "Vestibule"@en ;
  skos:definition "A small enclosed volume between two sets of doors at an entrance, held there to break the draught and catch the dirt; the second set of doors is the test, and without them it is `entry`."@en ;
  skos:altLabel "draught lobby"@en ;
  skos:altLabel "airlock"@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/entry> ;
  skos:exactMatch <http://vocab.getty.edu/aat/300083076> ;
  mi:semanticId "space.vestibule" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" .
