@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/typology/clinic>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.clinic" ;
  skos:prefLabel "Clinic"@en ;
  skos:definition "Premises treating patients who arrive and leave the same day. No beds overnight, and that is the whole of the line against a hospital."@en ;
  skos:altLabel "surgery"@en ;
  skos:altLabel "medical centre"@en ;
  skos:altLabel "dental practice"@en ;
  skos:altLabel "Healthcare"@en ;
  skos:hiddenLabel "Healthcare"@en ;
  mi:semanticId "typology.clinic" ;
  mi:sourceBasis "evidenced" ;
  dcterms:source "architizer SUBTYPE_RULES" ;
  dcterms:date "2026-08-21" .
