@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/hallway>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.hallway" ;
  skos:prefLabel "Hallway"@en ;
  skos:definition "The internal circulation volume of a dwelling at entrance level, wider and more furnished than a `corridor` and typically the space rooms open off."@en ;
  skos:altLabel "hall"@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/corridor> ;
  skos:closeMatch <http://vocab.getty.edu/aat/300004420> ;
  mi:semanticId "space.hallway" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  skos:scopeNote "The ISA edge holds on the load-bearing half of `corridor`: passage between other spaces. The parent's proportion clause - longer than it is wide - describes its central case rather than stating a necessary condition, and a generous furnished hall is still circulation. If that clause is ever tightened into a test, this edge comes out with it."@en .
