Skip to content

DataRightsHolder

A natural or legal participant who owns usage rights for some data. It can be a data subject as per GDPR for personal data or a primary owner of non-personal data (i.e. not liable to GDPR).

URI: gx:DataRightsHolder

 classDiagram
    class DataRightsHolder
    click DataRightsHolder href "../DataRightsHolder"
      Participant <|-- DataRightsHolder
        click Participant href "../Participant"

      DataRightsHolder : description




    DataRightsHolder --> "0..1" String : description
    click String href "../String"


      DataRightsHolder : name




    DataRightsHolder --> "0..1" String : name
    click String href "../String"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 0..1
xsd:string
A human readable name of the entity GaiaXEntity
description 0..1
xsd:string
GaiaXEntity

Usages

used by used in type used
DataUsageAgreement dataRightsHolder range DataRightsHolder

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#data-rights-holder

LinkML Source

Direct

name: DataRightsHolder
description: A natural or legal participant who owns usage rights for some data. It
  can be a data subject as per GDPR for personal data or a primary owner of non-personal
  data (i.e. not liable to GDPR).
from_schema: https://w3id.org/gaia-x/development#data-rights-holder
is_a: Participant

Induced

name: DataRightsHolder
description: A natural or legal participant who owns usage rights for some data. It
  can be a data subject as per GDPR for personal data or a primary owner of non-personal
  data (i.e. not liable to GDPR).
from_schema: https://w3id.org/gaia-x/development#data-rights-holder
is_a: Participant
attributes:
  name:
    name: name
    description: A human readable name of the entity.
    title: name
    from_schema: https://w3id.org/gaia-x/development#slots
    slot_uri: httpsschema:name
    alias: name
    owner: DataRightsHolder
    domain_of:
    - GaiaXEntity
    range: string
    required: false
  description:
    name: description
    from_schema: https://w3id.org/gaia-x/development#slots
    slot_uri: httpsschema:description
    alias: description
    owner: DataRightsHolder
    domain_of:
    - GaiaXEntity
    - Measure
    range: string