Class: Process
A person involved in the data curation process.
URI: https://echemdb.github.io/metadata-schema/source_data/Process
classDiagram
class Process
click Process href "../Process/"
Process : date
Process : name
Process : orcid
Process : role
Process --> "1" CurationRole : role
click CurationRole href "../CurationRole/"
Slots
Name |
Cardinality and Range |
Description |
Examples |
|---|---|---|---|
Role of the person in the data curation process |
|
||
1 |
Full name of the person |
|
|
1 |
An URL containing the ORCID |
|
|
0..1 |
Date when the person performed their role (ISO 8601 format: YYYY-MM-DD) |
|
Usages
used by |
used in |
type |
used |
|---|---|---|---|
range |
Identifier and Mapping Information
Schema Source
from schema: https://echemdb.github.io/metadata-schema/source_data
Mappings
Mapping Type |
Mapped Value |
|---|---|
self |
https://echemdb.github.io/metadata-schema/source_data/Process |
native |
https://echemdb.github.io/metadata-schema/source_data/Process |
LinkML Source
Direct
```yaml
name: Process
description: A person involved in the data curation process.
from_schema: https://echemdb.github.io/metadata-schema/source_data
attributes:
role:
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/curation
rank: 1000
domain_of:
- Process
range: CurationRole
required: true
name:
name: name
description: Full name of the person.
examples:
- value: Jane Doe
from_schema: https://echemdb.github.io/metadata-schema/curation
rank: 1000
domain_of:
- Process
- Electrode
- Component
- ElectrolyteContainerComponent
- ElectrochemicalCellComponent
- Instrumentation
- DataField
- FieldUnit
range: string
required: true
orcid:
name: orcid
description: An URL containing the ORCID.
examples:
- value: https://orcid.org/0000-0001-2345-6789
from_schema: https://echemdb.github.io/metadata-schema/curation
rank: 1000
domain_of:
- Process
range: HttpUrl
required: true
date:
name: date
description: 'Date when the person performed their role (ISO 8601 format: YYYY-MM-DD).'
examples:
- value: '2024-01-15'
from_schema: https://echemdb.github.io/metadata-schema/curation
rank: 1000
domain_of:
- Process
range: date
</details>
### Induced
<details>
```yaml
name: Process
description: A person involved in the data curation process.
from_schema: https://echemdb.github.io/metadata-schema/source_data
attributes:
role:
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/curation
rank: 1000
alias: role
owner: Process
domain_of:
- Process
range: CurationRole
required: true
name:
name: name
description: Full name of the person.
examples:
- value: Jane Doe
from_schema: https://echemdb.github.io/metadata-schema/curation
rank: 1000
alias: name
owner: Process
domain_of:
- Process
- Electrode
- Component
- ElectrolyteContainerComponent
- ElectrochemicalCellComponent
- Instrumentation
- DataField
- FieldUnit
range: string
required: true
orcid:
name: orcid
description: An URL containing the ORCID.
examples:
- value: https://orcid.org/0000-0001-2345-6789
from_schema: https://echemdb.github.io/metadata-schema/curation
rank: 1000
alias: orcid
owner: Process
domain_of:
- Process
range: HttpUrl
required: true
date:
name: date
description: 'Date when the person performed their role (ISO 8601 format: YYYY-MM-DD).'
examples:
- value: '2024-01-15'
from_schema: https://echemdb.github.io/metadata-schema/curation
rank: 1000
alias: date
owner: Process
domain_of:
- Process
range: date