Class: Curation

Details on the curation process of the data.

URI: https://echemdb.github.io/metadata-schema/minimum_echemdb/Curation

         classDiagram
    class Curation
    click Curation href "../Curation/"
      Curation : process
        
          
    
        
        
        Curation --> "1..*" Process : process
        click Process href "../Process/"
    

        
      
    

Slots

Name

Cardinality and Range

Description

Examples

process

1..*
Process

List of people involved in creating, recording, or curating this data

Usages

used by

used in

type

used

MinimumEchemdb

curation

range

Curation

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type

Mapped Value

self

https://echemdb.github.io/metadata-schema/minimum_echemdb/Curation

native

https://echemdb.github.io/metadata-schema/minimum_echemdb/Curation

LinkML Source

Direct

```yaml name: Curation description: Details on the curation process of the data. from_schema: https://echemdb.github.io/metadata-schema/minimum_echemdb attributes: process: name: process description: List of people involved in creating, recording, or curating this data. from_schema: https://echemdb.github.io/metadata-schema/curation rank: 1000 domain_of: - Curation range: Process required: true multivalued: true inlined: true inlined_as_list: true
</details>

### Induced

<details>
```yaml
name: Curation
description: Details on the curation process of the data.
from_schema: https://echemdb.github.io/metadata-schema/minimum_echemdb
attributes:
  process:
    name: process
    description: List of people involved in creating, recording, or curating this
      data.
    from_schema: https://echemdb.github.io/metadata-schema/curation
    rank: 1000
    alias: process
    owner: Curation
    domain_of:
    - Curation
    range: Process
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true