Class: Process

A person involved in the data curation process.

URI: https://echemdb.github.io/metadata-schema/svgdigitizer/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

1
CurationRole

Role of the person in the data curation process

experimentalist, curator, reviewer, supervisor

name

1
String

Full name of the person

Jane Doe

orcid

1
HttpUrl

An URL containing the ORCID

https://orcid.org/0000-0001-2345-6789

date

0..1
date

Date when the person performed their role (ISO 8601 format: YYYY-MM-DD)

2024-01-15

Usages

used by

used in

type

used

Curation

process

range

Process

Identifier and Mapping Information

Schema Source

  • from schema: https://echemdb.github.io/metadata-schema/svgdigitizer

Mappings

Mapping Type

Mapped Value

self

https://echemdb.github.io/metadata-schema/svgdigitizer/Process

native

https://echemdb.github.io/metadata-schema/svgdigitizer/Process

LinkML Source

Direct

```yaml name: Process description: A person involved in the data curation process. from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer 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 - Instrumentation - DataField - Project - Electrode - Component - ElectrolyteContainerComponent - ElectrochemicalCellComponent 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/svgdigitizer
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
    - Instrumentation
    - DataField
    - Project
    - Electrode
    - Component
    - ElectrolyteContainerComponent
    - ElectrochemicalCellComponent
    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