RegistrationNumber
Country's registration number, which identifies one specific entity. Allowed entries are Local, VatID, lei code, EODI, and EUID.
- NOTE: this is an abstract class and should not be instantiated directly
URI: gx:class/RegistrationNumber
classDiagram
class RegistrationNumber
click RegistrationNumber href "../RegistrationNumber"
RegistrationNumber <|-- LocalRegistrationNumber
click LocalRegistrationNumber href "../LocalRegistrationNumber"
RegistrationNumber <|-- VatID
click VatID href "../VatID"
RegistrationNumber <|-- LeiCode
click LeiCode href "../LeiCode"
RegistrationNumber <|-- EORI
click EORI href "../EORI"
RegistrationNumber <|-- EUID
click EUID href "../EUID"
RegistrationNumber <|-- TaxID
click TaxID href "../TaxID"
RegistrationNumber <|-- CountryCompanyNumber
click CountryCompanyNumber href "../CountryCompanyNumber"
Inheritance
- RegistrationNumber
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
Usages
| used by | used in | type | used |
|---|---|---|---|
| InternetServiceProvider | registrationNumber | range | RegistrationNumber |
| LegalPerson | registrationNumber | range | RegistrationNumber |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#legal-person
LinkML Source
Direct
name: RegistrationNumber
description: Country's registration number, which identifies one specific entity.
Allowed entries are Local, VatID, lei code, EODI, and EUID.
from_schema: https://w3id.org/gaia-x/development#legal-person
abstract: true
Induced
name: RegistrationNumber
description: Country's registration number, which identifies one specific entity.
Allowed entries are Local, VatID, lei code, EODI, and EUID.
from_schema: https://w3id.org/gaia-x/development#legal-person
abstract: true