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

Properties (3)

PropertyDescriptionRange
accessLevelThe access level for this data (Public, AuthorizedOnly, Restricted).AccessLevel
authorizedPartiesList of parties authorized to access restricted data.gs1:Organization
dataRetentionPeriodHow 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)

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": "..."
}