ICO Std 2001 · v2.0.0-draft

Technical Specification

The complete technical specification for the DPP-CQ standard, covering data models, carrier specifications, credential formats, interoperability requirements, security architecture, and compliance mappings.

Table of Contents

  1. Scope and Purpose
  2. Normative References
  3. Terms and Definitions
  4. Core Data Model
  5. Carrier Specification (L1 / L2 / L3)
  6. Credential Formats (BBS+ / SD-JWT VC)
  7. Interoperability Requirements
  8. Security Model
  9. Privacy & Zero-Knowledge Proofs
  10. Sustainability Module (ISO 14067)
  11. AI Assessment Transparency
  12. Compliance Mappings
  13. Full Document on GitHub

1. Scope and Purpose

This specification defines the data model, carrier formats, credential protocols, verification mechanisms, and security requirements for Digital Product Passports for Cultural & Quality Goods (DPP-CQ). It applies to products whose value derives from cultural heritage, geographical origin, craftsmanship, or quality attributes.

This is version 2.0.0-draft of the specification, reflecting feedback received during the first public review period (Jul 6 – Aug 20, 2026) and incorporating six major enhancements for broader interoperability and compliance coverage.

2. Normative References

The following standards and specifications are referenced by this document:

3. Terms and Definitions

For the purposes of this document, the following terms apply:

4. Core Data Model

The DPP-CQ data model is expressed as a JSON-LD structure conforming to the W3C Verifiable Credentials Data Model v2.0. It extends the base DPP schema with cultural and quality-specific fields.

4.1 Base Structure

{ "@context": [ "https://www.w3.org/ns/credentials/v2", "https://dppcq.org/schemas/dpp-cq/v2" ], "type": ["VerifiableCredential", "DPPCredential"], "issuer": { "id": "did:web:issuer.example.org" }, "credentialSubject": { "product": { "id": "urn:gs1:01/06901234567897/21/ABC123", "name": "Longjing Tea · West Lake Origin", "category": "geographical-indication", "origin": { "region": "Hangzhou, Zhejiang", "country": "CN" }, "craft": { "type": "traditional", "heritage": "national-list" } }, "quality": { "grade": "premium", "assessment": { "method": "GB/T-standard", "score": 95 } }, "sustainability": { "carbonFootprint": { "value": 0.42, "unit": "kgCO2e", "standard": "ISO 14067" } } }, "validFrom": "2026-09-01T00:00:00Z", "credentialStatus": { "type": "BitstringStatusList", "statusListCredential": "did:web:issuer.example.org#status-1" } }

4.2 Cultural Fields

The data model includes dedicated fields for cultural heritage documentation, including intangible cultural heritage listing status, craft technique classification, and geographical indication registration details.

5. Carrier Specification

DPP-CQ defines three carrier tiers aligned with EN 18220:2026 requirements:

5.1 L1: Open QR

Standard QR codes encoding a GS1 Digital Link URI or HTTPS URL pointing to the credential. Zero marginal cost, universally scannable. Suitable for mass-market consumer products and informational access.

5.2 L2: SDM Secure NFC

NTAG 424 DNA class (or equivalent) NFC tags with Secure Digital Message (SDM) capability. Each tap generates a unique encrypted URL with a rolling code, preventing cloning and replay attacks. Suitable for premium products and heritage-grade items.

5.3 L3: Tamper-evident NFC

NFC tags with integrated tamper-evident mechanisms. Physical destruction of the tag is detectable and invalidates the credential. Suitable for forensic-grade verification, judicial evidence chains, and high-value cultural artifacts.

6. Credential Formats

v2.0 supports dual credential formats to accommodate different implementation preferences and regulatory environments:

Both formats resolve to the same semantic data model and are interoperable at the verification layer.

7. Interoperability Requirements

DPP-CQ is designed for interoperability with:

8. Security Model

The security architecture follows defense-in-depth principles:

9. Privacy & Zero-Knowledge Proofs

DPP-CQ implements privacy-preserving verification using zero-knowledge proof mechanisms:

10. Sustainability Module

The optional sustainability module enables carbon footprint and environmental impact claims aligned with ISO 14067. This allows cultural products to communicate their environmental performance alongside provenance attributes.

11. AI Assessment Transparency

When AI systems are used for quality assessment, authenticity verification, or grading, DPP-CQ requires transparency disclosures aligned with:

Credentials must include metadata indicating whether AI was used in assessment, the model type, confidence scores, and human oversight mechanisms.

12. Compliance Mappings

DPP-CQ provides reference mappings to relevant regulatory frameworks:

Full Document on GitHub

The complete, machine-readable specification with JSON schemas, example credentials, and normative text is maintained in our GitHub repository:

View Full Specification on GitHub
Second Public Review
This specification is in Second Public Review (Sep 1 – Oct 15, 2026). Submit feedback via GitHub Issues or email info@icoun.org.