@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/neoclassical>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/style> ;
  skos:notation "style.neoclassical" ;
  skos:prefLabel "Neoclassical"@en ;
  skos:definition "The classical orders applied with archaeological seriousness: proportion systems, columns, entablature, strict symmetry."@en ;
  skos:altLabel "Classical & Grand"@en ;
  skos:hiddenLabel "Classical & Grand"@en ;
  skos:broader <https://taxonomy.materialinstruments.com/style/traditional> ;
  skos:exactMatch <http://vocab.getty.edu/aat/300021477> ;
  mi:semanticId "style.neoclassical" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "architizer STYLES" ;
  dcterms:date "2026-08-21" .
