@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/box_room>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.box_room" ;
  skos:prefLabel "Box Room"@en ;
  skos:definition "The smallest bedroom in a dwelling, too small to take a double bed and a route past it, and so used for a single, a desk or storage by turns."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/bedroom> ;
  mi:semanticId "space.box-room" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" .
