@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/typology/warehouse>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.warehouse" ;
  skos:prefLabel "Warehouse"@en ;
  skos:definition "A building for holding goods in bulk: long clear spans, doors at vehicle height, and floors loaded for weight rather than for occupation."@en ;
  skos:altLabel "Industrial"@en ;
  skos:hiddenLabel "Industrial"@en ;
  mi:semanticId "typology.warehouse" ;
  mi:sourceBasis "evidenced" ;
  dcterms:source "architizer SUBTYPE_RULES" ;
  dcterms:date "2026-08-21" ;
  skos:scopeNote "Architizer's single `Industrial` subtype covers this term and `factory` both, so a crosswalk from it is ambiguous and must decline rather than pick one."@en .
