@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/resident_lounge>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.resident_lounge" ;
  skos:prefLabel "Resident Lounge"@en ;
  skos:definition "A shared lounge in a residential building, for the use of its tenants and their guests; domestic in feel and contract in specification."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/lounge> ;
  mi:semanticId "space.resident-lounge" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" .
