Skip to content

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

Slots

Name Cardinality and Range Description Inheritance
local 1
xsd:string
The state issued company number direct

Usages

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

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
attributes:
  local:
    name: local
    description: The state issued company number.
    from_schema: https://w3id.org/gaia-x/development#legal-person
    rank: 1000
    identifier: true
    domain_of:
    - LocalRegistrationNumber
    range: string
    required: true

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#legal-person
    rank: 1000
    identifier: true
    alias: local
    owner: LocalRegistrationNumber
    domain_of:
    - LocalRegistrationNumber
    range: string
    required: true