OPDA Knowledge base
Concept tier governance

Special Category Scheme

opda:SpecialCategoryScheme

Special Category Scheme

A Special Category Scheme is the GDPR Article 10 / DPA 2018 special-category personal-data scheme — flagging PII categories that carry elevated lawful-basis discipline (caution-or-conviction records; AML results; biometric data; race; religion; trade-union membership; health; sex life and orientation; political opinion; genetic data).

Why it matters

Article 10 special-category PII is the highest-discipline tier in UK data protection. It is not something every system needs to handle, but it is something that, when present, demands extra-lawful-basis treatment. OPDA declares the Scheme at the class level so downstream shape libraries can target it via SHACL constraints, and so future member emission (the enumeration of which categories are in scope for OPDA) lands on a stable hook.

If you are a compliance engineer working with cautions, AML results, or other Article 10 data, this is the entity that anchors the validation discipline.

Hard cases

  • Class declaration ahead of member enumeration. Per S012 Q3, the Scheme is class-declared now; the actual member list (which specific categories OPDA scopes in) is emitted later when downstream demand materialises. The class hook is stable; the members are forward-loaded.
  • Cross-Kind applicability. Special-category PII can be borne by any Kind that ingests Article 10 data — the Scheme is not tied to a single Kind. The SHACL shape SpecialCategoryPIIWithoutLawfulBasisShape (emitted in opda-agent-shapes.ttl) is the primary current consumer.

Identity Criterion

The Special Category Scheme is identified by its scheme URIopda:SpecialCategoryScheme. It is a SKOS concept scheme; members (when emitted) follow SKOS member identity. See the Logical tier → for the typed structure.

  • DPV Mapping Record — DPV mappings may reference Article 10 categories
  • Person — the Kind most commonly carrying Article 10 PII
%%{init: {"theme": "base"}}%% flowchart LR accTitle: Special Category Scheme related-Kinds neighbourhood graph accDescr: Special Category Scheme as the class-declared SKOS scheme for GDPR Article 10 elevated-discipline PII; flagged on Person (primary current consumer); referenced by DPV Mapping Records. classDef centre fill:#FFF9C4,stroke:#F9A825,stroke-width:3px,color:#F57F17 classDef cls fill:#B3E5FC,stroke:#0277BD,stroke-width:2px,color:#01579B SCS["SpecialCategoryScheme
(GDPR Art. 10)"]:::centre Person["Person"]:::cls DPVMapping["DPVMappingRecord"]:::cls SCS -->|"flagsArticle10PIIOn"| Person DPVMapping -.->|"may reference"| SCS

Source ODR

GDPR Article 10 (external citation per the TTL dct:source)

Comments

Loading comments…