Class: LegalParticipant

URI: [d4nx:LegalParticipant](https://$BASE_URL$/d4nx#LegalParticipant)
classDiagram class LegalParticipant click LegalParticipant href "../LegalParticipant/" Participant <|-- LegalParticipant click Participant href "../Participant/" LegalParticipant : headquarterAddress LegalParticipant --> "1" Address : headquarterAddress click Address href "../Address/" LegalParticipant : legalAddress LegalParticipant --> "1" Address : legalAddress click Address href "../Address/" LegalParticipant : parentOrganization LegalParticipant : registrationNumber LegalParticipant : subOrganization
## Inheritance * [Participant](Participant.md) * **LegalParticipant** ## Class Properties | Property | Value | | --- | --- | | Class URI | [d4nx:LegalParticipant](https://$BASE_URL$/d4nx#LegalParticipant) | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [registrationNumber](registrationNumber.md) | 1
[String](String.md) | Country's registration number which identifies one specific entity | direct | | [legalAddress](legalAddress.md) | 1
[Address](Address.md) | The full legal address of the organization | direct | | [headquarterAddress](headquarterAddress.md) | 1
[Address](Address.md) | The full legal address of the organization | direct | | [parentOrganization](parentOrganization.md) | *
[String](String.md) | A list of direct participant that this entity is a subOrganization of, if any | direct | | [subOrganization](subOrganization.md) | *
[String](String.md) | A list of direct participant with an legal mandate on this entity, e | direct | ## Identifier and Mapping Information ### Schema Source * from schema: https://$BASE_URL$/d4nx-conformity ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | d4nx:LegalParticipant | | native | https://$BASE_URL$/d4nx-conformity/LegalParticipant | ## LinkML Source ### Direct
name: LegalParticipant
from_schema: https://$BASE_URL$/d4nx-conformity
is_a: Participant
slots:
- registrationNumber
- legalAddress
- headquarterAddress
- parentOrganization
- subOrganization
slot_usage:
  registrationNumber:
    name: registrationNumber
    required: true
  legalAddress:
    name: legalAddress
    required: true
  headquarterAddress:
    name: headquarterAddress
    required: true
  parentOrganization:
    name: parentOrganization
    multivalued: true
  subOrganization:
    name: subOrganization
    multivalued: true
class_uri: d4nx:LegalParticipant

### Induced
name: LegalParticipant
from_schema: https://$BASE_URL$/d4nx-conformity
is_a: Participant
slot_usage:
  registrationNumber:
    name: registrationNumber
    required: true
  legalAddress:
    name: legalAddress
    required: true
  headquarterAddress:
    name: headquarterAddress
    required: true
  parentOrganization:
    name: parentOrganization
    multivalued: true
  subOrganization:
    name: subOrganization
    multivalued: true
attributes:
  registrationNumber:
    name: registrationNumber
    description: Country's registration number which identifies one specific entity.
      Valid formats are local, EUID, EORI, vatID, leiCode.
    from_schema: https://$BASE_URL$/d4nx-conformity
    rank: 1000
    slot_uri: d4nx:registrationNumber
    owner: LegalParticipant
    domain_of:
    - LegalPerson
    - LegalParticipant
    range: string
    required: true
  legalAddress:
    name: legalAddress
    description: The full legal address of the organization.
    from_schema: https://$BASE_URL$/d4nx-conformity
    rank: 1000
    slot_uri: d4nx:legalAddress
    owner: LegalParticipant
    domain_of:
    - LegalPerson
    - LegalParticipant
    range: Address
    required: true
  headquarterAddress:
    name: headquarterAddress
    description: The full legal address of the organization.
    from_schema: https://$BASE_URL$/d4nx-conformity
    rank: 1000
    slot_uri: d4nx:headquarterAddress
    owner: LegalParticipant
    domain_of:
    - LegalPerson
    - LegalParticipant
    range: Address
    required: true
  parentOrganization:
    name: parentOrganization
    description: A list of direct participant that this entity is a subOrganization
      of, if any.
    from_schema: https://$BASE_URL$/d4nx-conformity
    rank: 1000
    slot_uri: schema:parentOrganization
    owner: LegalParticipant
    domain_of:
    - LegalPerson
    - LegalParticipant
    range: string
    multivalued: true
  subOrganization:
    name: subOrganization
    description: A list of direct participant with an legal mandate on this entity,
      e.g., as a subsidiary.
    from_schema: https://$BASE_URL$/d4nx-conformity
    rank: 1000
    slot_uri: schema:subOrganization
    owner: LegalParticipant
    domain_of:
    - LegalPerson
    - LegalParticipant
    range: string
    multivalued: true
class_uri: d4nx:LegalParticipant