Class: EmployeeRights

Simple schema describing rights attributed to an Employee

URI: [d4nx:EmployeeRights](https://$BASE_URL$/d4nx#EmployeeRights)
classDiagram class EmployeeRights click EmployeeRights href "../EmployeeRights/" EmployeeRights : holder EmployeeRights : identityRoles EmployeeRights : parentPartyCredential
## Class Properties | Property | Value | | --- | --- | | Class URI | [d4nx:EmployeeRights](https://$BASE_URL$/d4nx#EmployeeRights) | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [identityRoles](identityRoles.md) | 1
[String](String.md) | Rights attributed to a Person | direct | | [parentPartyCredential](parentPartyCredential.md) | 1
[String](String.md) | DID for the Parent Party Credential | direct | | [holder](holder.md) | 1
[String](String.md) | DID of the Holder of the rights | direct | ## Identifier and Mapping Information ### Schema Source * from schema: https://$BASE_URL$/d4nx-conformity ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | d4nx:EmployeeRights | | native | https://$BASE_URL$/d4nx-conformity/EmployeeRights | ## LinkML Source ### Direct
name: EmployeeRights
description: Simple schema describing rights attributed to an Employee
from_schema: https://$BASE_URL$/d4nx-conformity
slots:
- identityRoles
- parentPartyCredential
- holder
slot_usage:
  identityRoles:
    name: identityRoles
    required: true
  parentPartyCredential:
    name: parentPartyCredential
    required: true
  holder:
    name: holder
    required: true
class_uri: d4nx:EmployeeRights

### Induced
name: EmployeeRights
description: Simple schema describing rights attributed to an Employee
from_schema: https://$BASE_URL$/d4nx-conformity
slot_usage:
  identityRoles:
    name: identityRoles
    required: true
  parentPartyCredential:
    name: parentPartyCredential
    required: true
  holder:
    name: holder
    required: true
attributes:
  identityRoles:
    name: identityRoles
    description: Rights attributed to a Person
    from_schema: https://$BASE_URL$/d4nx-conformity
    rank: 1000
    slot_uri: d4nx:identityRoles
    owner: EmployeeRights
    domain_of:
    - EmployeeRights
    range: string
    required: true
  parentPartyCredential:
    name: parentPartyCredential
    description: DID for the Parent Party Credential
    from_schema: https://$BASE_URL$/d4nx-conformity
    rank: 1000
    slot_uri: d4nx:parentPartyCredential
    owner: EmployeeRights
    domain_of:
    - EmployeeRights
    range: string
    required: true
  holder:
    name: holder
    description: DID of the Holder of the rights
    from_schema: https://$BASE_URL$/d4nx-conformity
    rank: 1000
    slot_uri: d4nx:holder
    owner: EmployeeRights
    domain_of:
    - EmployeeRights
    - Employee
    range: string
    required: true
class_uri: d4nx:EmployeeRights