@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/pool_deck>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.pool_deck" ;
  skos:prefLabel "Pool Deck"@en ;
  skos:definition "The walkable surround of a pool, permanently wet underfoot and specified for barefoot slip resistance before anything else."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/outdoor> ;
  mi:semanticId "space.pool-deck" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" .
