Class: VatID

URI: gx:VatID

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

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 1..1
String
The VAT identification number direct

Identifier and Mapping Information

Schema Source

  • from schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#

Mappings

Mapping Type Mapped Value
self gx:VatID
native gx:VatID

LinkML Source

Direct

name: VatID
from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
is_a: RegistrationNumber
attributes:
  value:
    name: value
    description: The VAT identification number.
    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: VatID
from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
is_a: RegistrationNumber
attributes:
  value:
    name: value
    description: The VAT identification number.
    from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
    identifier: true
    alias: value
    owner: VatID
    domain_of:
    - LocalRegistrationNumber
    - VatID
    - LeiCode
    - EORI
    - EUID
    range: string
    required: true