@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/period/baroque>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/period> ;
  skos:notation "period.baroque" ;
  skos:prefLabel "Baroque"@en ;
  skos:definition "Roughly 1600 to 1750, between the Renaissance and the neoclassical turn."@en ;
  skos:altLabel "Stuart"@en ;
  skos:altLabel "Jacobean"@en ;
  mi:semanticId "period.baroque" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  mi:span [ mi:circa "true"^^xsd:boolean ; mi:earliest "1580"^^xsd:gYear ; mi:region "global" ; mi:start "1600"^^xsd:gYear ; mi:end "1750"^^xsd:gYear ; mi:latest "1780"^^xsd:gYear ] ;
  skos:scopeNote "Stuart (1603-1714) is the British dynastic label for nearly the same span, and by this axis's own rule would be the better id; `baroque` is kept because it is what the English-language trade says of a building of this date anywhere in Europe. Jacobean (1603-1625) is a sub-span, not a synonym. Also a style name - see the header."@en .
