@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/element/wardrobe>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/element> ;
  skos:notation "element.wardrobe" ;
  skos:prefLabel "Wardrobe"@en ;
  skos:definition "Fitted cabinetry for clothing; one large enough to stand inside is `space.closet_storage`."@en ;
  skos:altLabel "fitted wardrobe"@en ;
  skos:altLabel "closet"@en ;
  skos:broader <https://taxonomy.materialinstruments.com/element/cabinetry> ;
  skos:broadMatch <http://vocab.getty.edu/aat/300040157> ;
  mi:semanticId "element.wardrobe" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  skos:scopeNote "AAT splits `wardrobes` into a room sense and a loose-furniture sense, and a fitted wardrobe is neither, so the broader `built-in furniture` is carried instead."@en .
