@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/kitchen>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.kitchen" ;
  skos:prefLabel "Kitchen"@en ;
  skos:definition "A volume for preparing and cooking food, domestic or commercial. The room, never the fitted joinery in it, which is `element.cabinetry`."@en ;
  skos:altLabel "Kitchen"@en ;
  skos:hiddenLabel "Kitchen"@en ;
  skos:exactMatch <http://vocab.getty.edu/aat/300004514> ;
  skos:related <https://taxonomy.materialinstruments.com/application/kitchen> ;
  mi:relation [ mi:predicate "related-to" ; mi:target <https://taxonomy.materialinstruments.com/application/kitchen> ] ;
  mi:semanticId "room.kitchen" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialgraph ms_room + materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" ;
  mi:usageBand "dominant" ;
  mi:usageCorpus "designshop room schemes" ;
  mi:usageMeasured "2026-08-18" ;
  skos:scopeNote "`application.kitchen` in the published APPLICATIONS axis is a room sitting inside a surface-use vocabulary, and is superseded by this term. As with `bathroom`, the edge is `related-to` rather than `suitable-for`, because the suitability claim runs from the material to the space and so belongs on the applications side."@en .
