@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/edwardian>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/period> ;
  skos:notation "period.edwardian" ;
  skos:prefLabel "Edwardian"@en ;
  skos:definition "1901 to 1914 in trade usage: lighter, plainer and better-lit than late Victorian, with wider plots and less pattern."@en ;
  mi:semanticId "period.edwardian" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  mi:span [ mi:circa "false"^^xsd:boolean ; mi:earliest "1901"^^xsd:gYear ; mi:region "gb" ; mi:start "1901"^^xsd:gYear ; mi:end "1910"^^xsd:gYear ; mi:latest "1914"^^xsd:gYear ] ;
  skos:scopeNote "The reign ends in 1910 but the building manner runs to the outbreak of war, and the trade dates it that way. NO US EQUIVALENT EXISTS and none is invented here - the American labels reached for at this date (Craftsman, Arts and Crafts, Prairie) are all styles, and putting one of them here would be the exact error this axis was built to stop."@en .
