@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/cafe>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.cafe" ;
  skos:prefLabel "Cafe"@en ;
  skos:definition "Premises serving drinks and light food across a counter, trading in daylight hours with a short average stay - the counter service and the hours are the line against a restaurant."@en ;
  skos:altLabel "café"@en ;
  skos:altLabel "coffee shop"@en ;
  mi:semanticId "typology.cafe" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" .
