Class: DataProducer

is equivalent to Gaia-X RessourceOwner

URI: https://$BASE_URL$/abc-data/:DataProducer

classDiagram class DataProducer LegalPerson <|-- DataProducer DataProducer : headquarterAddress DataProducer --|> HeadquarterAddress : headquarterAddress DataProducer : legalAddress DataProducer --|> LegalAddress : legalAddress DataProducer : registrationNumber DataProducer : relatedOrganizations DataProducer --|> 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 providedBy range DataProducer
DataUsageAgreement producedBy range DataProducer

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self https://$BASE_URL$/abc-data/:DataProducer
native https://$BASE_URL$/abc-data/:DataProducer

LinkML Source

Direct

name: DataProducer
description: is equivalent to Gaia-X RessourceOwner
from_schema: https://$BASE_URL$/abc-data
is_a: LegalPerson
tree_root: true

Induced

name: DataProducer
description: is equivalent to Gaia-X RessourceOwner
from_schema: https://$BASE_URL$/abc-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: DataProducer
    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: DataProducer
    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: DataProducer
    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: DataProducer
    domain_of:
    - LegalPerson
    range: Relationship
tree_root: true