DigitalProductPassport
classDigital Product Passport
The DPP envelope: identification and lifecycle metadata plus the product data elements, per the EN 18223 information model.
Upstream alignment
How this class and its properties align to external and upstream vocabularies. Open a vocabulary to see the exact term-by-term relationships.
Properties (7)
| Description | Domain | Range | Vocabularies | |
|---|---|---|---|---|
| contentSpecificationId Content Specification Identifier | Reference to a horizontal or product-type content specification for the DPP (EN 18223 'contentSpecificationIds'). In EPCIS4DPP mirrors the declared GS1-Extensions namespaces. | oec:DigitalProductPassport | xsd:anyURI | |
| dppSchemaVersion DPP Schema Version | The schema or standard version the DPP instance conforms to (EN 18223 'dppSchemaVersion'). Distinct from the content version oec:passportVersion. | oec:DigitalProductPassport | xsd:string | |
| facilityId Facility Identifier | Identifier of a facility involved in the product's life cycle (EN 18223 'facilityId', formatted per EN 18219). In EPCIS4DPP a GLN. See oec:FacilityInformation for the richer facility record. | oec:DigitalProductPassport | xsd:string | |
| granularityLevel Granularity Level | Passport-level granularity (EN 18223 'granularity'): the string token 'model', 'batch', or 'item' (see oec:GranularityLevel). | oec:DigitalProductPassport | xsd:string | — |
| lastUpdated Last Updated | Date and time of the latest update to the DPP instance (EN 18223 lastUpdated), UTC, ISO 8601. | oec:DigitalProductPassport | xsd:dateTime | |
| passportIdentifier Passport Identifier | Globally unique identifier (URI) for this DPP instance (EN 18223 'digitalProductPassportId'; JSON key digitalProductPassportId). | oec:DigitalProductPassport | xsd:anyURI | |
| passportStatus Passport Status | Lifecycle status of this DPP (EN 18223 'dppStatus'): a lowercase string token (see oec:PassportStatus). | oec:DigitalProductPassport | xsd:string |
Vocabulary alignment
Narrower · downstream
Schema.orgschema:DigitalDocument · QA 91%
QA % is the verifier panel's confidence. Curated mappings graded by openai/gpt-oss-20b, verified by qwen/qwen3-32b.
Referenced upstream terms
Loading external vocabulary...
Where used
Referenced by other terms (7)
In SHACL shapes (1)
- GranularityDigitalLinkConstrainttargets
References
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
"type": "DigitalProductPassport",
"contentSpecificationId": "...",
"dppSchemaVersion": "...",
"facilityId": "..."
}