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 : countryCode




    EORI --> "0..1" String : countryCode
    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
countryCode 0..1
xsd:string or 
CountryNameAlpha2
The country where the EORI is registered as an ISO 3166-1 alpha-2 code direct

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
slots:
- eori
- country
- countryCode
slot_usage:
  country:
    name: country
    description: The country where the EORI is registered written in plain english.
    deprecated: Use countryCode instead for ISO 3166-1 alpha-2 compliance.
    required: false
  countryCode:
    name: countryCode
    description: The country where the EORI is registered as an ISO 3166-1 alpha-2
      code.
class_uri: gx:EORI

Induced

name: EORI
from_schema: https://w3id.org/gaia-x/development#legal-person
is_a: RegistrationNumber
slot_usage:
  country:
    name: country
    description: The country where the EORI is registered written in plain english.
    deprecated: Use countryCode instead for ISO 3166-1 alpha-2 compliance.
    required: false
  countryCode:
    name: countryCode
    description: The country where the EORI is registered as an ISO 3166-1 alpha-2
      code.
attributes:
  eori:
    name: eori
    description: The Economic Operators Registration and Identification number (EORI).
    from_schema: https://w3id.org/gaia-x/development#slots
    owner: EORI
    domain_of:
    - EORI
    range: string
    required: true
  country:
    name: country
    description: The country where the EORI is registered written in plain english.
    deprecated: Use countryCode instead for ISO 3166-1 alpha-2 compliance.
    from_schema: https://w3id.org/gaia-x/development#slots
    owner: EORI
    domain_of:
    - EORI
    - ThirdCountryDataTransfer
    range: string
    required: false
  countryCode:
    name: countryCode
    description: The country where the EORI is registered as an ISO 3166-1 alpha-2
      code.
    from_schema: https://w3id.org/gaia-x/development#slots
    owner: EORI
    domain_of:
    - Address
    - VatID
    - LeiCode
    - EORI
    - CountryCompanyNumber
    range: string
    any_of:
    - range: CountryNameAlpha2
class_uri: gx:EORI