DPPEventRecord
classDPP Event Record
A technical audit record used to represent and log an information-level event affecting a Digital Product Passport. Unlike EPCIS carriers, this class is intended for recording DPP-side information events rather than product-facing operational events.
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 (5)
| Description | Domain | Range | Vocabularies | ||
|---|---|---|---|---|---|
| dppEventRecordIdentifier dpp event record identifier | A unique identifier assigned to a DPP event record. | cirpass2:DPPEventRecord | xsd:anyURI | — | — |
| dppEventRecordedAt dpp event recorded at | The date and time at which the technical record of a DPP event was created in an information system or audit trail. | cirpass2:DPPEventRecord | xsd:dateTime | — | — |
| recordedInSystem recorded in system | Indicates the URI identifying the system, application, or audit log in which the DPP event record is maintained. | cirpass2:DPPEventRecord | xsd:anyURI | — | — |
| recordedInSystemName recorded in system name | Indicates the human-readable name of the system, application, or audit log in which the DPP event record is maintained. | cirpass2:DPPEventRecord | xsd:string | — | — |
| recordsDPPEvent records DPP event | Links a DPP event record to the DPP event whose technical registration it captures. | cirpass2:DPPEventRecord | cirpass2:DPPEvent | — | — |
Aligned from OpenEPCIS (6)
Used as Range (1)
Where used
References
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/upstream/cirpass2-eudpp/cirpass2-eudpp-context.jsonld",
"type": "DPPEventRecord",
"dppEventRecordedAt": "...",
"dppEventRecordIdentifier": "...",
"recordedInSystem": "..."
}