@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/style/vernacular>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/style> ;
  skos:notation "style.vernacular" ;
  skos:prefLabel "Vernacular"@en ;
  skos:definition "Built in the local traditional manner, using what the place supplies. Carries no content on its own - it needs a place to be a style, which is why it composes with PLACE rather than duplicating it."@en ;
  skos:altLabel "local idiom"@en ;
  skos:broadMatch <http://vocab.getty.edu/aat/300068483> ;
  mi:semanticId "style.vernacular" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "architizer STYLES" ;
  dcterms:date "2026-08-21" .
