DPPEventRecord

class

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

URI:https://w3id.org/eudpp#DPPEventRecord

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)

DescriptionDomainRangeVocabularies
dppEventRecordIdentifier
dpp event record identifier
A unique identifier assigned to a DPP event record.cirpass2:DPPEventRecordxsd: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:DPPEventRecordxsd:dateTime
recordedInSystem
recorded in system
Indicates the URI identifying the system, application, or audit log in which the DPP event record is maintained.cirpass2:DPPEventRecordxsd: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:DPPEventRecordxsd:string
recordsDPPEvent
records DPP event
Links a DPP event record to the DPP event whose technical registration it captures.cirpass2:DPPEventRecordcirpass2:DPPEvent

Used as Range (1)

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/upstream/cirpass2-eudpp/cirpass2-eudpp-context.jsonld",
  "type": "DPPEventRecord",
  "dppEventRecordedAt": "...",
  "dppEventRecordIdentifier": "...",
  "recordedInSystem": "..."
}