@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/austere>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/mood> ;
  skos:notation "mood.austere" ;
  skos:prefLabel "Austere"@en ;
  skos:definition "Deliberately without comfort or ornament, where the absence is the point rather than a shortage of budget."@en ;
  skos:altLabel "ascetic"@en ;
  mi:semanticId "mood.austere" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  skos:scopeNote "Authored here. Two estate vocabularies carry a monastic register (materia `tactile-monastic`, materialgraph `monastic`) that no ms_mood term reaches: `calm` and `serious` both understate it, and neither carries the renunciation."@en .
