Skip to content

VatID

URI: gx:VatID

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

      VatID : countryCode




    VatID --> "0..1" CountryNameAlpha2 : countryCode
    click CountryNameAlpha2 href "../CountryNameAlpha2"


      VatID : vatID




    VatID --> "1" String : vatID
    click String href "../String"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
vatID 1
xsd:string
The VAT identification number direct
countryCode 0..1
CountryNameAlpha2
The country where the VAT identification number is registered direct

Usages

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

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: VatID
from_schema: https://w3id.org/gaia-x/development#legal-person
is_a: RegistrationNumber
attributes:
  vatID:
    name: vatID
    description: The VAT identification number.
    from_schema: https://w3id.org/gaia-x/development#legal-person
    rank: 1000
    identifier: true
    domain_of:
    - VatID
    range: string
    required: true
  countryCode:
    name: countryCode
    description: The country where the VAT identification number is registered.
    from_schema: https://w3id.org/gaia-x/development#legal-person
    domain_of:
    - Address
    - VatID
    - LeiCode
    range: CountryNameAlpha2

Induced

name: VatID
from_schema: https://w3id.org/gaia-x/development#legal-person
is_a: RegistrationNumber
attributes:
  vatID:
    name: vatID
    description: The VAT identification number.
    from_schema: https://w3id.org/gaia-x/development#legal-person
    rank: 1000
    identifier: true
    alias: vatID
    owner: VatID
    domain_of:
    - VatID
    range: string
    required: true
  countryCode:
    name: countryCode
    description: The country where the VAT identification number is registered.
    from_schema: https://w3id.org/gaia-x/development#legal-person
    alias: countryCode
    owner: VatID
    domain_of:
    - Address
    - VatID
    - LeiCode
    range: CountryNameAlpha2