@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/place/region/tuscan>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/place> ;
  skos:notation "place.region.tuscan" ;
  skos:prefLabel "Tuscan"@en ;
  skos:definition "The central-Italian reading of the Mediterranean idiom: stone, ochre render, cypress."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/place/region/mediterranean> ;
  mi:semanticId "place.region.tuscan" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" .
