@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/renaissance>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/period> ;
  skos:notation "period.renaissance" ;
  skos:prefLabel "Renaissance"@en ;
  skos:definition "Roughly 1400 to 1600 in Italy and 1500 to 1620 north of the Alps; the bracket is dated from when classical proportion arrived locally, so it moves by a century across Europe."@en ;
  skos:altLabel "Tudor"@en ;
  skos:altLabel "Elizabethan"@en ;
  mi:semanticId "period.renaissance" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  mi:span [ mi:circa "true"^^xsd:boolean ; mi:earliest "1400"^^xsd:gYear ; mi:region "it" ; mi:region "gb" ; mi:region "fr" ; mi:start "1420"^^xsd:gYear ; mi:end "1600"^^xsd:gYear ; mi:latest "1650"^^xsd:gYear ] ;
  skos:scopeNote "Tudor (1485-1603) and Elizabethan (1558-1603) are the British dynastic labels for the same span and are the ones the UK trade uses; neither covers the continental early Renaissance. Also a style name - see the header on the STYLE asymmetry."@en .
