@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/interwar>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/period> ;
  skos:notation "period.interwar" ;
  skos:prefLabel "Interwar"@en ;
  skos:definition "1918 to 1939: the semi-detached suburb, the cinema and the lido, and the point at which modernism and revivalism were being built side by side on the same street."@en ;
  skos:altLabel "between the wars"@en ;
  mi:semanticId "period.interwar" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  mi:span [ mi:circa "false"^^xsd:boolean ; mi:earliest "1918"^^xsd:gYear ; mi:region "global" ; mi:start "1918"^^xsd:gYear ; mi:end "1939"^^xsd:gYear ; mi:latest "1939"^^xsd:gYear ] ;
  skos:scopeNote "The one bracket in this axis that travels without adjustment, because the dates are the same everywhere the wars were. The US decade labels - Jazz Age, Depression era - are sub-spans and are not carried as equivalents. This is where an Art Deco building of the period sits; the style claim is separate and lives on STYLE."@en .
