@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/clinic>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.clinic" ;
  skos:prefLabel "Clinic"@en ;
  skos:definition "An outpatient consulting and treatment volume, where people arrive and leave the same day."@en ;
  skos:closeMatch <http://vocab.getty.edu/aat/300006665> ;
  mi:semanticId "room.clinic" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialgraph ms_room" ;
  dcterms:date "2026-08-21" .
