@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/cottage>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.cottage" ;
  skos:prefLabel "Cottage"@en ;
  skos:definition "A small rural house of one or one-and-a-half storeys, whose smallness reads as characterful rather than as a constraint - low ceilings and small windows taken as the point, not as a defect to be corrected."@en ;
  skos:altLabel "Country/ Cottage"@en ;
  skos:hiddenLabel "Country/ Cottage"@en ;
  skos:broader <https://taxonomy.materialinstruments.com/typology/house> ;
  mi:semanticId "typology.cottage" ;
  mi:sourceBasis "evidenced" ;
  dcterms:source "designshop attributes.Style" ;
  dcterms:date "2026-08-18" .
