diff --git a/oac.html b/oac.html index 593cc66..3c13b79 100644 --- a/oac.html +++ b/oac.html @@ -401,9 +401,16 @@

Table of Contents

  • - - 2.2 Personal Data + + 2.2 Assets +
      +
    1. + + 2.2.1 Personal Data + +
    2. +
  • @@ -423,9 +430,16 @@

    Table of Contents

  • - - 2.4 Entities + + 2.4 Parties +
      +
    1. + + 2.4.1 Entity + +
    2. +
  • @@ -941,11 +955,19 @@
    -
    -

    - 2.2 Personal Data - +
    +

    + 2.2 Assets +

    +

    + In this section, personal data is defined as an ODRL asset to define personal data-specific access policies. +

    +
    +

    + 2.2.1 Personal Data + +

    @@ -962,6 +984,9 @@

    2.3 Actions

    +

    + In this section, access modes and processing operations are defined as ODRL actions to define access policies. +

    @@ -995,17 +1020,26 @@

    Label: Personal Data
    -
    -

    - 2.4 Entities - +
    +

    + 2.4 Parties + +

    +

    + In this section, human and non-human entities are defined as an ODRL party to define user-specific access policies. +

    +
    +
    +

    + 2.4.1 Entity +

    - + @@ -1016,6 +1050,9 @@

    2.5 Constraints

    +

    + In this section, purposes, recipients, legal basis, technical and organisational measures, technologies and identity providers are defined as ODRL constraints to define constraint-restricted access policies. +

    diff --git a/oac.ttl b/oac.ttl index a3f8cfd..7e9f943 100644 --- a/oac.ttl +++ b/oac.ttl @@ -138,7 +138,7 @@ oac:Entity a odrl:Party, skos:Concept ; rdfs:isDefinedBy oac: ; rdfs:label "Entity"@en ; skos:definition "A human or non-human party that constitutes an entity."@en ; - skos:example "Entities can refer to individuals, organisations, institutions, authorities, or non-human parties such as services or applications."@en . + skos:example "Entities can refer to individuals, organisations, institutions, or authorities."@en . # ------------ Action Concepts ------------------ #

    Label: Entity
    Identifier: https://w3id.org/oac#Entity
    Definition: A human or non-human party that constitutes an entity.
    Example: Entities can refer to individuals, organisations, institutions, authorities, or non-human parties such as services or applications.
    Example: Entities can refer to individuals, organisations, institutions, or authorities.
    Instance of: odrl:Party
    Parent class: dpv:Entity