@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/shop>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.shop" ;
  skos:prefLabel "Shop"@en ;
  skos:definition "Premises selling goods to the public from stock held on site and carried away by the buyer."@en ;
  skos:altLabel "store"@en ;
  skos:altLabel "retail unit"@en ;
  skos:altLabel "boutique"@en ;
  skos:altLabel "Retail"@en ;
  skos:altLabel "Shopping"@en ;
  skos:hiddenLabel "Retail"@en ;
  skos:hiddenLabel "Shopping"@en ;
  mi:semanticId "typology.shop" ;
  mi:sourceBasis "evidenced" ;
  dcterms:source "architizer SUBTYPE_RULES" ;
  dcterms:date "2026-08-21" .
