@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/palette/character/saturated>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/palette> ;
  skos:notation "palette.character.saturated" ;
  skos:prefLabel "Saturated"@en ;
  skos:definition "Deep and fully-loaded colour, jewel-toned rather than bright. Vibrant is loud; saturated is rich, and a dark saturated scheme is ordinary while a dark vibrant one is not."@en ;
  skos:altLabel "jewel-toned"@en ;
  mi:semanticId "palette.character.saturated" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "@instruments/colorscope COLOR_CHROMA_LEVELS" ;
  dcterms:date "2026-08-21" ;
  skos:scopeNote "NOT authored here, and the second time this file made that claim. It was written as authored because colorscope's PaletteMood was checked and its COLOR_CHROMA_LEVELS was not - and the chroma scale is muted, soft, vivid, SATURATED. The same failure as `mid`, in the same file, found by an adversarial pass rather than by the check that should have caught it."@en .
