@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/place/landscape/desert>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/place> ;
  skos:notation "place.landscape.desert" ;
  skos:prefLabel "Desert"@en ;
  skos:definition "Thermal mass, minimal openings to the sun, earth-toned ground and building as one."@en ;
  mi:semanticId "place.landscape.desert" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "architizer CONTEXTS" ;
  dcterms:date "2026-08-21" .
