Class: VatID
URI: https://$BASE_URL$/aster-data/:VatID
classDiagram
class VatID
RegistrationNumber <|-- VatID
VatID : value
Inheritance
- RegistrationNumber
- VatID
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://$BASE_URL$/aster-data
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | https://$BASE_URL$/aster-data/:VatID |
| native | https://$BASE_URL$/aster-data/:VatID |
LinkML Source
Direct
name: VatID
from_schema: https://$BASE_URL$/aster-data
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://$BASE_URL$/aster-data
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