@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/closet_storage>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.closet_storage" ;
  skos:prefLabel "Closet & Storage"@en ;
  skos:definition "A volume entered only to store or retrieve things - walk-in wardrobe, linen cupboard, store room - never to stay in."@en ;
  skos:altLabel "walk-in wardrobe"@en ;
  skos:altLabel "store room"@en ;
  skos:altLabel "storage room"@en ;
  skos:altLabel "Closet & Storage"@en ;
  skos:altLabel "closet"@en ;
  skos:hiddenLabel "Closet & Storage"@en ;
  skos:hiddenLabel "closet"@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/storage> ;
  skos:exactMatch <http://vocab.getty.edu/aat/300004467> ;
  skos:closeMatch <http://vocab.getty.edu/aat/300004479> ;
  mi:semanticId "space.closet-storage" ;
  mi:sourceBasis "evidenced" ;
  dcterms:source "designshop room schemes" ;
  dcterms:date "2026-08-18" ;
  skos:scopeNote "Overlaps `storage` heavily and is kept because the two dictionaries mean different things by it: this is DesignShop's consumer-facing capture value, room-scale and domestic, and `storage` is the program type, any sector and any size. The ISA edge holds - every closet is a store - so the overlap is expressed as a hierarchy rather than as a duplicate."@en .
