@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/garage>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.garage" ;
  skos:prefLabel "Garage"@en ;
  skos:definition "A covered volume for parking and workshop use, attached to a dwelling or standing free of it."@en ;
  skos:altLabel "Garage"@en ;
  skos:hiddenLabel "Garage"@en ;
  skos:exactMatch <http://vocab.getty.edu/aat/300007806> ;
  mi:semanticId "space.garage" ;
  mi:sourceBasis "evidenced" ;
  dcterms:source "designshop room schemes" ;
  dcterms:date "2026-08-18" ;
  skos:scopeNote "`application.garage` in the published APPLICATIONS axis is the same shape of leak as `application.bath` and `application.kitchen` - a room inside a surface-use vocabulary. It is recorded here for the applications-side owner to rule on, not deprecated from here."@en .
