@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/roof_deck>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.roof_deck" ;
  skos:prefLabel "Roof Deck"@en ;
  skos:definition "An occupied deck on a roof, raised on pedestals over the waterproofing and specified for wind uplift, drainage and the load it may carry."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/outdoor> ;
  skos:closeMatch <http://vocab.getty.edu/aat/300004113> ;
  mi:semanticId "space.roof-deck" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" .
