@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_lounge>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.roof_lounge" ;
  skos:prefLabel "Roof Lounge"@en ;
  skos:definition "A lounge on a roof, where the seating and the view are the point and the weather is a specification problem rather than a feature."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/lounge> ;
  skos:related <https://taxonomy.materialinstruments.com/space/roof_deck> ;
  mi:relation [ mi:predicate "related-to" ; mi:target <https://taxonomy.materialinstruments.com/space/roof_deck> ] ;
  mi:semanticId "space.roof-lounge" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" ;
  skos:scopeNote "Filed under `lounge` rather than under `outdoor`, and only one of those can be the parent. The lounge-ness is what gets specified - the seating, the lighting, the way it is used - and being outdoors is a condition applied to it. The same call is made on `outdoor_lounge`."@en .
