TaxID
Company tax ID used to identify it through the OpenCorporate service.
URI: gx:class/TaxID
classDiagram
class TaxID
click TaxID href "../TaxID"
RegistrationNumber <|-- TaxID
click RegistrationNumber href "../RegistrationNumber"
TaxID : taxID
TaxID --> "1" String : taxID
click String href "../String"
Inheritance
- RegistrationNumber
- TaxID
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| taxID | 1 xsd:string |
The company tax ID | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#legal-person
LinkML Source
Direct
name: TaxID
description: Company tax ID used to identify it through the OpenCorporate service.
from_schema: https://w3id.org/gaia-x/development#legal-person
is_a: RegistrationNumber
slots:
- taxID
Induced
name: TaxID
description: Company tax ID used to identify it through the OpenCorporate service.
from_schema: https://w3id.org/gaia-x/development#legal-person
is_a: RegistrationNumber
attributes:
taxID:
name: taxID
description: The company tax ID.
from_schema: https://w3id.org/gaia-x/development#slots
slot_uri: sdo:taxID
alias: taxID
owner: TaxID
domain_of:
- TaxID
range: string
required: true