DPPEvent

class

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

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

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)

DescriptionDomainRangeVocabularies
isRecordedAs
is recorded as
Links a DPP event to a technical audit record representing its registration in an information system or audit trail.cirpass2:DPPEventcirpass2: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:DPPEventcirpass2:ProductEvent

Subclass Of

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/upstream/cirpass2-eudpp/cirpass2-eudpp-context.jsonld",
  "type": "DPPEvent",
  "isRecordedAs": "...",
  "isTriggeredByProductEvent": "..."
}