Class: Federator

is equivalent to Gaia-X Federator

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

classDiagram class Federator LegalPerson <|-- Federator Federator : headquarterAddress Federator --|> HeadquarterAddress : headquarterAddress Federator : legalAddress Federator --|> LegalAddress : legalAddress Federator : registrationNumber Federator : relatedOrganizations Federator --|> 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

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

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

Induced

name: Federator
description: is equivalent to Gaia-X Federator
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: Federator
    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: Federator
    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: Federator
    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: Federator
    domain_of:
    - LegalPerson
    range: Relationship
tree_root: true