@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/mood/luxurious>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/mood> ;
  skos:notation "mood.luxurious" ;
  skos:prefLabel "Luxurious"@en ;
  skos:definition "Expense legible and intended to be read as expense; the declared opposite of quiet luxury."@en ;
  mi:semanticId "mood.luxurious" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  skos:scopeNote "Authored here. materialgraph carries only the quiet register, but four estate terms (`art-deco-luxe`, `Contemporary Luxury`, `residential_luxury`, `hospitality_luxury`) mean the loud one, and collapsing them into `quiet_luxury` would invert their sense."@en .
