DPPEvent
classDPP Event
An ESPR-level event concept representing an event that affects the existence, content, accessibility, update, correction, or governance of a DPP. A DPPEvent captures the passport-facing semantics of the occurrence and is modelled as distinct from the product event that may trigger it.
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 (2)
| Description | Domain | Range | Vocabularies | ||
|---|---|---|---|---|---|
| isRecordedAs is recorded as | Links a DPP event to a technical audit record representing its registration in an information system or audit trail. | cirpass2:DPPEvent | cirpass2:DPPEventRecord | — | — |
| isTriggeredByProductEvent is triggered by product event | Links a DPP event to the product event that caused or required it. This property is used when the DPP event results from a lifecycle change affecting the product. | cirpass2:DPPEvent | cirpass2:ProductEvent | — | — |
Subclass Of
Subclasses (3)
Aligned from OpenEPCIS (7)
Used as Range (2)
Where used
Referenced by other terms (7)
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/upstream/cirpass2-eudpp/cirpass2-eudpp-context.jsonld",
"type": "DPPEvent",
"isRecordedAs": "...",
"isTriggeredByProductEvent": "..."
}