@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/facade_zone>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.facade_zone" ;
  skos:prefLabel "Facade Zone"@en ;
  skos:definition "The volume immediately against a building's external wall, read as the zone in which the facade build-up, its junctions and its ground condition are specified together."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/outdoor> ;
  skos:related <https://taxonomy.materialinstruments.com/element/cladding> ;
  mi:relation [ mi:predicate "related-to" ; mi:target <https://taxonomy.materialinstruments.com/element/cladding> ] ;
  mi:semanticId "space.facade-zone" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" ;
  skos:scopeNote "Names a set of surfaces rather than a volume, and fails the standing-in test the way `home_exterior` does. Retained because the spine carries it and because facade packages really are specified as one zone. If it is ever split, its contents belong in ELEMENT - `element.cladding`, `element.external_wall` - and not here."@en .
