@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/mid_century>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/period> ;
  skos:notation "period.mid_century" ;
  skos:prefLabel "Mid-Century"@en ;
  skos:definition "1945 to 1970: postwar reconstruction, system building, and the first interiors designed around mass-produced furniture rather than inherited pieces."@en ;
  skos:altLabel "postwar"@en ;
  skos:altLabel "Mid-Century Modern"@en ;
  skos:altLabel "mid-century"@en ;
  skos:altLabel "midcentury"@en ;
  skos:altLabel "mid_century_modern"@en ;
  skos:hiddenLabel "Mid-Century Modern"@en ;
  skos:hiddenLabel "mid-century"@en ;
  skos:hiddenLabel "midcentury"@en ;
  skos:hiddenLabel "mid_century_modern"@en ;
  mi:semanticId "period.mid-century" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  mi:span [ mi:circa "true"^^xsd:boolean ; mi:earliest "1933"^^xsd:gYear ; mi:region "global" ; mi:start "1945"^^xsd:gYear ; mi:end "1965"^^xsd:gYear ; mi:latest "1975"^^xsd:gYear ] ;
  skos:scopeNote "`Mid-Century Modern` is a STYLE and appears in `seenAs` only because sources routinely write it when they mean the date. The two come apart in both directions: a 1958 local authority housing block is mid-century and not Mid-Century Modern, and a 2023 walnut sideboard is Mid-Century Modern and not mid-century."@en .
