@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/showroom>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.showroom" ;
  skos:prefLabel "Showroom"@en ;
  skos:definition "Premises displaying goods that are ordered rather than carried away, frequently trade-only; the absence of stock and of a till is the line against a shop."@en ;
  skos:altLabel "Retail"@en ;
  skos:hiddenLabel "Retail"@en ;
  mi:semanticId "typology.showroom" ;
  mi:sourceBasis "evidenced" ;
  dcterms:source "architizer SUBTYPE_RULES" ;
  dcterms:date "2026-08-21" ;
  skos:scopeNote "Architizer folds this into `Retail` with `shop`, so a crosswalk from that label is ambiguous between the two and should decline."@en .
