Class: EUID

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

classDiagram class EUID RegistrationNumber <|-- EUID EUID : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 1..1
String
The European Unique Identifier (EUID) for business located in the European Ec... direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: EUID
from_schema: https://$BASE_URL$/aster-data
is_a: RegistrationNumber
attributes:
  value:
    name: value
    description: The European Unique Identifier (EUID) for business located in the
      European Economic Area, Iceland, Liechtenstein or Norway and registered in the
      Business Registers Interconnection System (BRIS). This number can be found via
      the EU Business registers portal.
    from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
    identifier: true
    range: string
    required: true

Induced

name: EUID
from_schema: https://$BASE_URL$/aster-data
is_a: RegistrationNumber
attributes:
  value:
    name: value
    description: The European Unique Identifier (EUID) for business located in the
      European Economic Area, Iceland, Liechtenstein or Norway and registered in the
      Business Registers Interconnection System (BRIS). This number can be found via
      the EU Business registers portal.
    from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
    identifier: true
    alias: value
    owner: EUID
    domain_of:
    - LocalRegistrationNumber
    - VatID
    - LeiCode
    - EORI
    - EUID
    range: string
    required: true