@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/unit_entry>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.unit_entry" ;
  skos:prefLabel "Unit Entry"@en ;
  skos:definition "The front door of a single dwelling inside a larger building - the flat door off the common landing - as opposed to the building's own `entry`."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/entry> ;
  mi:semanticId "space.unit-entry" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" .
