@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/outdoor_lounge>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.outdoor_lounge" ;
  skos:prefLabel "Outdoor Lounge"@en ;
  skos:definition "A furnished exterior sitting volume treated as a room: soft seating, lighting and a defined edge, specified against weather rather than against footfall."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/lounge> ;
  skos:related <https://taxonomy.materialinstruments.com/space/outdoor> ;
  mi:relation [ mi:predicate "related-to" ; mi:target <https://taxonomy.materialinstruments.com/space/outdoor> ] ;
  mi:semanticId "space.outdoor-lounge" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" .
