@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/faded>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/palette> ;
  skos:notation "palette.character.faded" ;
  skos:prefLabel "Faded"@en ;
  skos:definition "Chroma reduced as if by age, wear or light, rather than chosen low. Distinct from muted: faded implies a stronger original."@en ;
  skos:altLabel "sun-bleached"@en ;
  skos:altLabel "washed"@en ;
  mi:semanticId "palette.character.faded" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  skos:scopeNote "Authored here. Two estate vocabularies need it (materia's `faded` keyword and `sun-bleached-mediterranean`) and colorscope's palette moods do not reach it."@en .
