LocalRegistrationNumber
URI: gx:LocalRegistrationNumber
classDiagram
class LocalRegistrationNumber
click LocalRegistrationNumber href "../LocalRegistrationNumber"
RegistrationNumber <|-- LocalRegistrationNumber
click RegistrationNumber href "../RegistrationNumber"
LocalRegistrationNumber : local
LocalRegistrationNumber --> "1" String : local
click String href "../String"
Inheritance
- RegistrationNumber
- LocalRegistrationNumber
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
local | 1 xsd:string |
The state issued company number | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#legal-person
LinkML Source
Direct
name: LocalRegistrationNumber
from_schema: https://w3id.org/gaia-x/development#legal-person
is_a: RegistrationNumber
slots:
- local
Induced
name: LocalRegistrationNumber
from_schema: https://w3id.org/gaia-x/development#legal-person
is_a: RegistrationNumber
attributes:
local:
name: local
description: The state issued company number.
from_schema: https://w3id.org/gaia-x/development#slots
alias: local
owner: LocalRegistrationNumber
domain_of:
- LocalRegistrationNumber
range: string
required: true