@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/bathroom>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.bathroom" ;
  skos:prefLabel "Bathroom"@en ;
  skos:definition "A volume containing a bath or a shower as well as sanitary fittings; strip the bathing provision out and it becomes `wc`."@en ;
  skos:altLabel "Bathroom"@en ;
  skos:hiddenLabel "Bathroom"@en ;
  skos:exactMatch <http://vocab.getty.edu/aat/300004197> ;
  skos:related <https://taxonomy.materialinstruments.com/application/bath> ;
  mi:relation [ mi:predicate "related-to" ; mi:target <https://taxonomy.materialinstruments.com/application/bath> ] ;
  mi:semanticId "room.bathroom" ;
  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.bath` in the published APPLICATIONS axis is a room sitting inside a surface-use vocabulary, and is superseded by this term. The edge here is `related-to` and not `suitable-for` on purpose: `suitable-for` runs from a material-suitability claim TO a space, so the correct `suitable-for` edge points the other way and belongs on the applications side, alongside the deprecation."@en .
