DPPUpdateEvent
classDPP Update Event
An event corresponding to an update of the content of a Digital Product Passport.
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 (3)
| Description | Domain | Range | Vocabularies | ||
|---|---|---|---|---|---|
| hasDPPActionType has DPP action type | Links a DPP update event to the type of information-level action performed on the Digital Product Passport. | cirpass2:DPPUpdateEvent | cirpass2:DPPActionType | — | — |
| 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
Aligned from OpenEPCIS (1)
Where used
Referenced by other terms (1)
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/upstream/cirpass2-eudpp/cirpass2-eudpp-context.jsonld",
"type": "DPPUpdateEvent",
"hasDPPActionType": "...",
"isRecordedAs": "...",
"isTriggeredByProductEvent": "..."
}