Skip to content

DataProductProvider

A participant that acquires the right to access and use some data and that makes Data Products available.

URI: gx:DataProductProvider

 classDiagram
    class DataProductProvider
    click DataProductProvider href "../DataProductProvider"
      LegalPerson <|-- DataProductProvider
        click LegalPerson href "../LegalPerson"

      DataProductProvider : description




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


      DataProductProvider : headquartersAddress




    DataProductProvider --> "1" Address : headquartersAddress
    click Address href "../Address"


      DataProductProvider : legalAddress




    DataProductProvider --> "1" Address : legalAddress
    click Address href "../Address"


      DataProductProvider : name




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


      DataProductProvider : parentOrganizationOf




    DataProductProvider --> "*" LegalPerson : parentOrganizationOf
    click LegalPerson href "../LegalPerson"


      DataProductProvider : registrationNumber




    DataProductProvider --> "1..*" RegistrationNumber : registrationNumber
    click RegistrationNumber href "../RegistrationNumber"


      DataProductProvider : subOrganisationOf




    DataProductProvider --> "*" LegalPerson : subOrganisationOf
    click LegalPerson href "../LegalPerson"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
registrationNumber 1..*
RegistrationNumber
Country's registration number, which identifies one specific entity LegalPerson
legalAddress 1
Address
The full legal address of the organization LegalPerson
headquartersAddress 1
Address
Full physical location of the headquarter of the organization LegalPerson
parentOrganizationOf *
LegalPerson
A list of resolvable links to Gaia-X Credentials of participants that this en... LegalPerson
subOrganisationOf *
LegalPerson
A list of resolvable links to Gaia-X Credentials of participants with a legal... LegalPerson
name 0..1
xsd:string
A human readable name of the entity GaiaXEntity
description 0..1
xsd:string
GaiaXEntity

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#data-product-provider

LinkML Source

Direct

name: DataProductProvider
description: A participant that acquires the right to access and use some data and
  that makes Data Products available.
from_schema: https://w3id.org/gaia-x/development#data-product-provider
is_a: LegalPerson

Induced

name: DataProductProvider
description: A participant that acquires the right to access and use some data and
  that makes Data Products available.
from_schema: https://w3id.org/gaia-x/development#data-product-provider
is_a: LegalPerson
attributes:
  registrationNumber:
    name: registrationNumber
    description: Country's registration number, which identifies one specific entity.
      Valid formats are local, EUID, EORI, vatID, leiCode.
    title: Registration Number
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: registrationNumber
    owner: DataProductProvider
    domain_of:
    - LegalPerson
    range: RegistrationNumber
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true
  legalAddress:
    name: legalAddress
    description: The full legal address of the organization.
    title: legal address
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: legalAddress
    owner: DataProductProvider
    domain_of:
    - LegalPerson
    range: Address
    required: true
  headquartersAddress:
    name: headquartersAddress
    description: Full physical location of the headquarter of the organization.
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: headquartersAddress
    owner: DataProductProvider
    domain_of:
    - LegalPerson
    range: Address
    required: true
  parentOrganizationOf:
    name: parentOrganizationOf
    description: A list of resolvable links to Gaia-X Credentials of participants
      that this entity is a subOrganization of, if any.
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: parentOrganizationOf
    owner: DataProductProvider
    domain_of:
    - LegalPerson
    range: LegalPerson
    multivalued: true
  subOrganisationOf:
    name: subOrganisationOf
    description: A list of resolvable links to Gaia-X Credentials of participants
      with a legal mandate on this entity, e.g., as a subsidiary.
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: subOrganisationOf
    owner: DataProductProvider
    domain_of:
    - LegalPerson
    range: LegalPerson
    multivalued: true
  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: DataProductProvider
    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: DataProductProvider
    domain_of:
    - GaiaXEntity
    - Measure
    range: string