@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/regency>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/period> ;
  skos:notation "period.regency" ;
  skos:prefLabel "Regency"@en ;
  skos:definition "The last Georgian phase, roughly 1795 to 1837: stucco over brick, cast iron balconies, and classical detail thinned and stretched."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/period/georgian> ;
  mi:semanticId "period.regency" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  mi:span [ mi:circa "false"^^xsd:boolean ; mi:earliest "1795"^^xsd:gYear ; mi:region "gb" ; mi:start "1811"^^xsd:gYear ; mi:end "1820"^^xsd:gYear ; mi:latest "1837"^^xsd:gYear ] ;
  skos:scopeNote "Subsumed under `georgian` because it genuinely is one - a Regency interior IS a Georgian-era interior, which is what `broaderTermId` asserts and what makes this one of the few legitimate parents on this axis. The Regency proper is only 1811-1820; the trade uses the wider bracket, and this term follows the trade."@en .
