@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/principal_bedroom>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.principal_bedroom" ;
  skos:prefLabel "Principal Bedroom"@en ;
  skos:definition "The largest bedroom of a dwelling, held by whoever runs the household, and normally the one with the `en_suite` and the `dressing_room` attached to it."@en ;
  skos:altLabel "master bedroom"@en ;
  skos:altLabel "principal suite"@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/bedroom> ;
  mi:semanticId "space.principal-bedroom" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" .
