AccessRights
classAccess Rights
Access control for DPP data per ESPR Article 9. Defines which data is publicly accessible vs. restricted to authorized parties.
Properties (3)
| Property | Description | Range |
|---|---|---|
| accessLevel | The access level for this data (Public, AuthorizedOnly, Restricted). | AccessLevel |
| authorizedParties | List of parties authorized to access restricted data. | gs1:Organization |
| dataRetentionPeriod | How long the data must be retained per regulatory requirements. Use unitCode 'ANN' (UN/CEFACT Rec 20). | gs1:QuantitativeValue |
Used as Range (1)
Where used
Referenced by other terms (4)
range:
In SHACL shapes (1)
- AccessRightsShapetargets
References
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
"type": "AccessRights",
"accessLevel": "...",
"authorizedParties": "...",
"dataRetentionPeriod": "..."
}