AccessRights

class

Access Rights

Access control for DPP data per ESPR Article 9. Defines which data is publicly accessible vs. restricted to authorized parties.

URI:https://ref.openepcis.io/extensions/common/core/AccessRights

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)

DescriptionDomainRangeVocabularies
accessLevel
Access Level
The access level for this data (Public, AuthorizedOnly, Restricted).oec:AccessRightsoec:AccessLevel
authorizedParties
Authorized Parties
List of parties authorized to access restricted data.oec:AccessRightsgs1:Organization
dataRetentionPeriod
Data Retention Period
How long the data must be retained per regulatory requirements. Use unitCode 'ANN' (UN/CEFACT Rec 20).oec:AccessRightsgs1:QuantitativeValue

Used as Range (1)

Where used

Referenced by other terms (4)

In SHACL shapes (1)

  • AccessRightsShapetargets

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
  "type": "AccessRights",
  "accessLevel": "...",
  "authorizedParties": "...",
  "dataRetentionPeriod": "..."
}