@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/dramatic>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/mood> ;
  skos:notation "mood.dramatic" ;
  skos:prefLabel "Dramatic"@en ;
  skos:definition "Staged and theatrical: strong contrast, deliberate focal points, a room that performs."@en ;
  mi:semanticId "mood.dramatic" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  skos:scopeNote "Authored here. materialgraph's `moody` conflates darkness with theatricality; a pale, high-contrast gallery is dramatic and not moody, and a dim snug is moody and not dramatic."@en .
