@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/snug>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.snug" ;
  skos:prefLabel "Snug"@en ;
  skos:definition "A small, enclosed and deliberately low-lit sitting volume held as a retreat from the main `living_room`, rather than as a substitute for it."@en ;
  skos:altLabel "den"@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/living_room> ;
  skos:closeMatch <http://vocab.getty.edu/aat/300004416> ;
  skos:broadMatch <http://vocab.getty.edu/aat/300081958> ;
  mi:semanticId "space.snug" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" .
