Skip to content

Legitimate Interest

A legitimate interest entity describing reasons for processing personal identifiable information (PII).

URI: gx:LegitimateInterest

 classDiagram
    class LegitimateInterest
    click LegitimateInterest href "../LegitimateInterest"
      LegitimateInterest : dataProtectionContact




    LegitimateInterest --> "1" String : dataProtectionContact
    click String href "../String"


      LegitimateInterest : legalBasis




    LegitimateInterest --> "1" String : legalBasis
    click String href "../String"


Slots

Name Cardinality and Range Description Inheritance
legalBasis 1
xsd:string
Reasons to process PII as detailed in your personal data protection regime direct
dataProtectionContact 1
xsd:string
A URL pointing to a contact form or an email address direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#legitimate-interest

LinkML Source

Direct

name: LegitimateInterest
description: A legitimate interest entity describing reasons for processing personal
  identifiable information (PII).
title: Legitimate Interest
from_schema: https://w3id.org/gaia-x/development#legitimate-interest
attributes:
  legalBasis:
    name: legalBasis
    description: Reasons to process PII as detailed in your personal data protection
      regime.
    title: legal basis
    from_schema: https://w3id.org/gaia-x/development#legitimate-interest
    domain_of:
    - Consent
    - LegitimateInterest
    range: string
    required: true
    multivalued: false
  dataProtectionContact:
    name: dataProtectionContact
    description: A URL pointing to a contact form or an email address.
    title: data protection contact
    from_schema: https://w3id.org/gaia-x/development#legitimate-interest
    rank: 1000
    domain_of:
    - LegitimateInterest
    range: string
    required: true
    multivalued: false

Induced

name: LegitimateInterest
description: A legitimate interest entity describing reasons for processing personal
  identifiable information (PII).
title: Legitimate Interest
from_schema: https://w3id.org/gaia-x/development#legitimate-interest
attributes:
  legalBasis:
    name: legalBasis
    description: Reasons to process PII as detailed in your personal data protection
      regime.
    title: legal basis
    from_schema: https://w3id.org/gaia-x/development#legitimate-interest
    alias: legalBasis
    owner: LegitimateInterest
    domain_of:
    - Consent
    - LegitimateInterest
    range: string
    required: true
    multivalued: false
  dataProtectionContact:
    name: dataProtectionContact
    description: A URL pointing to a contact form or an email address.
    title: data protection contact
    from_schema: https://w3id.org/gaia-x/development#legitimate-interest
    rank: 1000
    alias: dataProtectionContact
    owner: LegitimateInterest
    domain_of:
    - LegitimateInterest
    range: string
    required: true
    multivalued: false