Class: DataLicensor

is equivalent to Gaia-X Licensor

URI: https://$BASE_URL$/aster-data/:DataLicensor

classDiagram class DataLicensor LegalPerson <|-- DataLicensor DataLicensor : headquarterAddress DataLicensor --|> HeadquarterAddress : headquarterAddress DataLicensor : legalAddress DataLicensor --|> LegalAddress : legalAddress DataLicensor : registrationNumber DataLicensor : relatedOrganizations DataLicensor --|> Relationship : relatedOrganizations

Inheritance

Slots

Name Cardinality and Range Description Inheritance
registrationNumber 1..*
String
Country's registration number, which identifies one specific entity LegalPerson
legalAddress 1..1
LegalAddress
The full legal address of the organization LegalPerson
headquarterAddress 1..1
HeadquarterAddress
Full physical location of the headquarter of the organization LegalPerson
relatedOrganizations 0..*
Relationship
A list of related organization, either as sub or parent organization, if any LegalPerson

Usages

used by used in type used
DataProduct dataLicensors range DataLicensor
DataSet dataLicensors range DataLicensor
Distribution dataLicensors range DataLicensor

Identifier and Mapping Information

Schema Source

  • from schema: https://$BASE_URL$/aster-data

Mappings

Mapping Type Mapped Value
self https://$BASE_URL$/aster-data/:DataLicensor
native https://$BASE_URL$/aster-data/:DataLicensor

LinkML Source

Direct

name: DataLicensor
description: is equivalent to Gaia-X Licensor
from_schema: https://$BASE_URL$/aster-data
is_a: LegalPerson
tree_root: true

Induced

name: DataLicensor
description: is equivalent to Gaia-X Licensor
from_schema: https://$BASE_URL$/aster-data
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.
    from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
    rank: 1000
    multivalued: true
    alias: registrationNumber
    owner: DataLicensor
    domain_of:
    - LegalPerson
    range: string
    required: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: RegistrationNumber
    - range: LocalRegistrationNumber
    - range: VatID
    - range: LeiCode
    - range: EORI
    - range: EUID
  legalAddress:
    name: legalAddress
    description: The full legal address of the organization.
    from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
    rank: 1000
    alias: legalAddress
    owner: DataLicensor
    domain_of:
    - LegalPerson
    range: LegalAddress
    required: true
  headquarterAddress:
    name: headquarterAddress
    description: Full physical location of the headquarter of the organization.
    from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
    rank: 1000
    alias: headquarterAddress
    owner: DataLicensor
    domain_of:
    - LegalPerson
    range: HeadquarterAddress
    required: true
  relatedOrganizations:
    name: relatedOrganizations
    description: A list of related organization, either as sub or parent organization,
      if any.
    from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
    rank: 1000
    multivalued: true
    alias: relatedOrganizations
    owner: DataLicensor
    domain_of:
    - LegalPerson
    range: Relationship
tree_root: true