Skip to content

TaxID

Company tax ID used to identify it through the OpenCorporate service.

URI: gx: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

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: httpsschema:taxID
    alias: taxId
    owner: TaxID
    domain_of:
    - TaxID
    range: string
    required: true