@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/typology/chateau>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.chateau" ;
  skos:prefLabel "Chateau"@en ;
  skos:definition "The French country seat: a large house with the symmetry, steep roofline and axial approach of the French tradition, whether or not it retains defensive fabric."@en ;
  skos:altLabel "château"@en ;
  skos:broader <https://taxonomy.materialinstruments.com/typology/house> ;
  mi:semanticId "typology.chateau" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  skos:scopeNote "Parented to `house` rather than `castle` on a judgement call. The French word covers both and some châteaux are genuinely fortified, but the term as the trade uses it means a grand house; where the fabric is actually defensive, `castle` is the better term."@en .
