AccessRights
classAccess Rights
Access control for DPP data per ESPR Article 9. Defines which data is publicly accessible vs. restricted to authorized parties.
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 | |
|---|---|---|---|---|
| accessLevel Access Level | The access level for this data (Public, AuthorizedOnly, Restricted). | oec:AccessRights | oec:AccessLevel | |
| authorizedParties Authorized Parties | List of parties authorized to access restricted data. | oec:AccessRights | gs1:Organization | |
| dataRetentionPeriod Data Retention Period | How long the data must be retained per regulatory requirements. Use unitCode 'ANN' (UN/CEFACT Rec 20). | oec:AccessRights | 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": "..."
}