@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/victorian>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/period> ;
  skos:notation "period.victorian" ;
  skos:prefLabel "Victorian"@en ;
  skos:definition "1837 to 1901: industrial production of building components, the bay window, pattern everywhere it could be printed or woven, and the first mass suburbs."@en ;
  skos:altLabel "Antebellum"@en ;
  skos:altLabel "Gilded Age"@en ;
  mi:semanticId "period.victorian" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  mi:span [ mi:circa "false"^^xsd:boolean ; mi:earliest "1837"^^xsd:gYear ; mi:region "gb" ; mi:start "1837"^^xsd:gYear ; mi:end "1901"^^xsd:gYear ; mi:latest "1901"^^xsd:gYear ] ;
  skos:scopeNote "Neither US label covers the span. Antebellum runs to 1861 and is regional to the American South; the Gilded Age runs roughly 1877 to 1900 and is the later half only. Between them they overlap most of the Victorian bracket and match none of it, which is why they are `altLabels` with this caveat rather than a clean crosswalk."@en .
