Slot: role
Role of the person in the data curation process.
URI: https://echemdb.github.io/metadata-schema/autotag/role Alias: role
Applicable Classes
Name |
Description |
Modifies Slot |
|---|---|---|
A person involved in the data curation process |
no |
Properties
Range: CurationRole
Required: True
Examples
Value |
|---|
experimentalist |
curator |
reviewer |
supervisor |
Identifier and Mapping Information
Schema Source
from schema: https://echemdb.github.io/metadata-schema/autotag
Mappings
Mapping Type |
Mapped Value |
|---|---|
self |
https://echemdb.github.io/metadata-schema/autotag/role |
native |
https://echemdb.github.io/metadata-schema/autotag/role |
LinkML Source
```yaml
name: role
description: Role of the person in the data curation process.
examples:
- value: experimentalist
- value: curator
- value: reviewer
- value: supervisor
from_schema: https://echemdb.github.io/metadata-schema/autotag
rank: 1000
alias: role
owner: Process
domain_of:
- Process
range: CurationRole
required: true
</details>