@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/bar>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.bar" ;
  skos:prefLabel "Bar"@en ;
  skos:definition "Premises whose business is drink, with any food subordinate to it and the counter as the organising element of the plan."@en ;
  skos:altLabel "pub"@en ;
  skos:altLabel "winery"@en ;
  skos:altLabel "taproom"@en ;
  skos:altLabel "Bar & winery"@en ;
  skos:hiddenLabel "Bar & winery"@en ;
  mi:semanticId "typology.bar" ;
  mi:sourceBasis "evidenced" ;
  dcterms:source "architizer SUBTYPE_RULES" ;
  dcterms:date "2026-08-21" ;
  skos:scopeNote "Collides by id with `application.bar`, which is the piece of millwork. Different axes, different things; the prefix disambiguates."@en .
