@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/recovery_lounge>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.recovery_lounge" ;
  skos:prefLabel "Recovery Lounge"@en ;
  skos:definition "The lounge a spa or clinic guest occupies after a treatment, held quiet and warm; distinguished from `spa_treatment_room` by nothing being done to anyone in it."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/lounge> ;
  mi:semanticId "space.recovery-lounge" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" .
