@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/space/home_exterior>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.home_exterior" ;
  skos:prefLabel "Home Exterior"@en ;
  skos:definition "The outside face of a dwelling read as one scheme: walls, roof, joinery and front door taken together as a single specifying surface."@en ;
  skos:altLabel "Home Exterior"@en ;
  skos:hiddenLabel "Home Exterior"@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/outdoor> ;
  mi:semanticId "space.home-exterior" ;
  mi:sourceBasis "evidenced" ;
  dcterms:source "designshop room schemes" ;
  dcterms:date "2026-08-18" ;
  skos:scopeNote "The weakest term on this axis against the standing-in test. What it names is a set of surfaces rather than a bounded volume, and it is here because DesignShop's product-side vocabulary carries it as a targetable space and its schemes are real. Read it as the outdoor volume immediately against the building, and if a cleaner split appears, split it."@en .
