Class: Employee
Simple schema describing an Employee
URI: [d4nx:Employee](https://$BASE_URL$/d4nx#Employee)
[String](String.md) | surName of a person | direct | | [givenName](givenName.md) | 1
[String](String.md) | givenName of an Person | 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:Employee | | native | https://$BASE_URL$/d4nx-conformity/Employee | ## LinkML Source ### Direct
### Induced
classDiagram
class Employee
click Employee href "../Employee/"
Employee : givenName
Employee : holder
Employee : surName
## Class Properties
| Property | Value |
| --- | --- |
| Class URI | [d4nx:Employee](https://$BASE_URL$/d4nx#Employee) |
## Slots
| Name | Cardinality and Range | Description | Inheritance |
| --- | --- | --- | --- |
| [surName](surName.md) | 1 [String](String.md) | surName of a person | direct | | [givenName](givenName.md) | 1
[String](String.md) | givenName of an Person | 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:Employee | | native | https://$BASE_URL$/d4nx-conformity/Employee | ## LinkML Source ### Direct
name: Employee
description: Simple schema describing an Employee
from_schema: https://$BASE_URL$/d4nx-conformity
slots:
- surName
- givenName
- holder
slot_usage:
surName:
name: surName
required: true
givenName:
name: givenName
required: true
holder:
name: holder
required: true
class_uri: d4nx:Employee
name: Employee
description: Simple schema describing an Employee
from_schema: https://$BASE_URL$/d4nx-conformity
slot_usage:
surName:
name: surName
required: true
givenName:
name: givenName
required: true
holder:
name: holder
required: true
attributes:
surName:
name: surName
description: surName of a person
from_schema: https://$BASE_URL$/d4nx-conformity
rank: 1000
slot_uri: d4nx:surName
owner: Employee
domain_of:
- Employee
range: string
required: true
givenName:
name: givenName
description: givenName of an Person
from_schema: https://$BASE_URL$/d4nx-conformity
rank: 1000
slot_uri: d4nx:givenName
owner: Employee
domain_of:
- Employee
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: Employee
domain_of:
- EmployeeRights
- Employee
range: string
required: true
class_uri: d4nx:Employee