@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/style/mid_century_modern>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/style> ;
  skos:notation "style.mid_century_modern" ;
  skos:prefLabel "Mid-Century Modern"@en ;
  skos:definition "The postwar domestic reading of modernism: organic curves, teak and walnut, tapered legs, warm rather than austere."@en ;
  skos:altLabel "mcm"@en ;
  skos:broader <https://taxonomy.materialinstruments.com/style/modernism> ;
  skos:exactMatch <http://vocab.getty.edu/aat/300343610> ;
  skos:related <https://taxonomy.materialinstruments.com/period/mid_century> ;
  mi:relation [ mi:predicate "evokes" ; mi:target <https://taxonomy.materialinstruments.com/period/mid_century> ] ;
  mi:semanticId "style.mid-century-modern" ;
  mi:sourceBasis "evidenced" ;
  dcterms:source "architizer, designround, designshop, materialgraph" ;
  dcterms:date "2026-08-21" ;
  skos:scopeNote "Style, not period. A reproduction built in 2024 is `style.mid-century-modern` in the `period.contemporary` period, which is why the two axes cannot be one."@en .
