Skip to content

EORI

URI: gx:EORI

 classDiagram
    class EORI
    click EORI href "../EORI"
      RegistrationNumber <|-- EORI
        click RegistrationNumber href "../RegistrationNumber"

      EORI : country




    EORI --> "0..1" String : country
    click String href "../String"


      EORI : eori




    EORI --> "1" String : eori
    click String href "../String"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
eori 1
xsd:string
The Economic Operators Registration and Identification number (EORI) direct
country 0..1
xsd:string
The country where the EORI is registered written in plain english direct

Usages

used by used in type used
InternetServiceProvider registrationNumber any_of[range] EORI
DataProvider registrationNumber any_of[range] EORI
DataLicensor registrationNumber any_of[range] EORI
DataProducer registrationNumber any_of[range] EORI
DataConsumer registrationNumber any_of[range] EORI
Federator registrationNumber any_of[range] EORI
LegalPerson registrationNumber any_of[range] EORI

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#legal-person

LinkML Source

Direct

name: EORI
from_schema: https://w3id.org/gaia-x/development#legal-person
is_a: RegistrationNumber
attributes:
  eori:
    name: eori
    description: The Economic Operators Registration and Identification number (EORI).
    from_schema: https://w3id.org/gaia-x/development#legal-person
    rank: 1000
    identifier: true
    domain_of:
    - EORI
    range: string
    required: true
  country:
    name: country
    description: The country where the EORI is registered written in plain english.
    from_schema: https://w3id.org/gaia-x/development#legal-person
    rank: 1000
    domain_of:
    - EORI
    - ThirdCountryDataTransfer
    range: string
class_uri: gx:EORI

Induced

name: EORI
from_schema: https://w3id.org/gaia-x/development#legal-person
is_a: RegistrationNumber
attributes:
  eori:
    name: eori
    description: The Economic Operators Registration and Identification number (EORI).
    from_schema: https://w3id.org/gaia-x/development#legal-person
    rank: 1000
    identifier: true
    alias: eori
    owner: EORI
    domain_of:
    - EORI
    range: string
    required: true
  country:
    name: country
    description: The country where the EORI is registered written in plain english.
    from_schema: https://w3id.org/gaia-x/development#legal-person
    rank: 1000
    alias: country
    owner: EORI
    domain_of:
    - EORI
    - ThirdCountryDataTransfer
    range: string
class_uri: gx:EORI