@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/mid>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/palette> ;
  skos:notation "palette.character.mid" ;
  skos:prefLabel "Mid"@en ;
  skos:definition "Mid-range lightness across the scheme: neither pale nor deep. The midpoint that `light` and `dark` imply and neither states."@en ;
  skos:altLabel "medium"@en ;
  skos:altLabel "Medium"@en ;
  skos:altLabel "normal"@en ;
  skos:hiddenLabel "medium"@en ;
  skos:hiddenLabel "Medium"@en ;
  skos:hiddenLabel "normal"@en ;
  mi:semanticId "palette.character.mid" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "@instruments/colorscope COLOR_LIGHTNESS_LEVELS" ;
  dcterms:date "2026-08-21" ;
  skos:scopeNote "NOT authored here, and the first draft of this term was the exact mistake this package exists to stop. Samplize bands every sample as light, medium or dark and the midpoint is its largest band, so a `medium` term was minted for it - without checking that colorscope already governs a five-level lightness scale with `mid` in the middle. An eighth vocabulary coining a word a governed vocabulary already had. Corrected to colorscope's id, with Samplize's spelling recorded in `seenAs` where it belongs."@en .
