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

Usages

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

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
attributes:
  taxId:
    name: taxId
    description: The company tax ID.
    from_schema: https://w3id.org/gaia-x/development#legal-person
    rank: 1000
    slot_uri: https_schema:taxID
    identifier: true
    domain_of:
    - TaxID
    range: string
    required: true

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#legal-person
    rank: 1000
    slot_uri: https_schema:taxID
    identifier: true
    alias: taxId
    owner: TaxID
    domain_of:
    - TaxID
    range: string
    required: true