DigitalProductPassport

class

Digital Product Passport

The DPP envelope: identification and lifecycle metadata plus the product data elements, per the EN 18223 information model.

URI:https://ref.openepcis.io/extensions/common/core/DigitalProductPassport

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)

DescriptionDomainRangeVocabularies
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:DigitalProductPassportxsd: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:DigitalProductPassportxsd: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:DigitalProductPassportxsd:string
granularityLevel
Granularity Level
Passport-level granularity (EN 18223 'granularity'): the string token 'model', 'batch', or 'item' (see oec:GranularityLevel).oec:DigitalProductPassportxsd:string
lastUpdated
Last Updated
Date and time of the latest update to the DPP instance (EN 18223 lastUpdated), UTC, ISO 8601.oec:DigitalProductPassportxsd:dateTime
passportIdentifier
Passport Identifier
Globally unique identifier (URI) for this DPP instance (EN 18223 'digitalProductPassportId'; JSON key digitalProductPassportId).oec:DigitalProductPassportxsd:anyURI
passportStatus
Passport Status
Lifecycle status of this DPP (EN 18223 'dppStatus'): a lowercase string token (see oec:PassportStatus).oec:DigitalProductPassportxsd:string

Vocabulary alignment

Narrower · downstream

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...

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
  "type": "DigitalProductPassport",
  "contentSpecificationId": "...",
  "dppSchemaVersion": "...",
  "facilityId": "..."
}