@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/bohemian>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/style> ;
  skos:notation "style.bohemian" ;
  skos:prefLabel "Bohemian"@en ;
  skos:definition "Layered, collected and informal, drawing pattern and object from many cultures without resolving them into one scheme."@en ;
  skos:altLabel "boho"@en ;
  skos:relatedMatch <http://vocab.getty.edu/aat/300055776> ;
  mi:semanticId "style.bohemian" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" .
