DPPArchivalEvent
classDPP Archival Event
An event corresponding to the archival or end-of-active-life management 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 (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
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/upstream/cirpass2-eudpp/cirpass2-eudpp-context.jsonld",
"type": "DPPArchivalEvent",
"isRecordedAs": "...",
"isTriggeredByProductEvent": "..."
}