@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/elevator_lobby>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.elevator_lobby" ;
  skos:prefLabel "Lift Lobby"@en ;
  skos:definition "The landing volume in front of a bank of lifts on any floor, where people stand still waiting rather than walk through; the shaft behind the doors is not a space."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/lobby> ;
  mi:semanticId "space.elevator-lobby" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" .
