@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/other>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.other" ;
  skos:prefLabel "Other"@en ;
  skos:definition "The escape hatch for a space no term here reaches: a real room, identified as one, that this dictionary does not list. Never the right home for a space that deserves a term of its own."@en ;
  mi:semanticId "room.other" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialgraph ms_room" ;
  dcterms:date "2026-08-21" ;
  skos:scopeNote "ADR 0001 section 6 gives SPACE, ELEMENT and TYPOLOGY an `other` and denies it to STYLE, PERIOD, MOOD, PALETTE and PLACE. The reason is that this is a closed-world axis: rooms are enumerable, so \"identified but unlisted\" is a real state worth recording. On a fuzzy open-world axis `other` is a garbage magnet that costs a classifier nothing and silently becomes the largest class. Note the distinction from the dropped `unknown`: `other` is ontological and positive, `unknown` is epistemic and maps to null."@en .
