Class: Source

Information about the source publication or dataset.

URI: https://echemdb.github.io/metadata-schema/source_data/Source

         classDiagram
    class Source
    click Source href "../Source/"
      Source : bibdata
        
      Source : citationKey
        
      Source : comment
        
      Source : curve
        
      Source : figure
        
      Source : originalFilename
        
      Source : techniques
        
      Source : url
        
      
    

Slots

Name

Cardinality and Range

Description

Examples

citationKey

1
String

Unique citation key for bibliographic reference, usually _<Y…

electrobear_2024_electrochemistry_563

url

1
HttpUrl

DOI (URL) to the publication or dataset

https://doi.org/10.1234/example.2024

techniques

*
String

Experimental techniques used in the study

CV, EIS, CA

figure

0..1
String

Figure number or identifier from the source including subfigure label

Figure 2a

originalFilename

0..1
String

Original filename of the data file

2023-04-24_cv_data_001.csv

bibdata

0..1
String

BibTeX bibliographic data

@article{electrobear_2024_electrochemistry_563, title={...}, ...}

comment

0..1
String

Additional notes about the source

The data in the figures of this work are blurry.

curve

0..1
String

Specific curve or trace identifier within a figure

blue, solid, 1

Usages

used by

used in

type

used

SourceData

source

range

Source

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/Source

native

https://echemdb.github.io/metadata-schema/source_data/Source

LinkML Source

Direct

```yaml name: Source description: Information about the source publication or dataset. from_schema: https://echemdb.github.io/metadata-schema/source_data attributes: citationKey: name: citationKey description: Unique citation key for bibliographic reference, usually ___. examples: - value: electrobear_2024_electrochemistry_563 from_schema: https://echemdb.github.io/metadata-schema/source rank: 1000 domain_of: - Source range: string required: true url: name: url description: DOI (URL) to the publication or dataset. examples: - value: https://doi.org/10.1234/example.2024 from_schema: https://echemdb.github.io/metadata-schema/source domain_of: - Purity - ElectrodeSource - ElectrodePreparation - ElectrochemicalCellSource - Atmosphere - Source - Experimental range: HttpUrl required: true techniques: name: techniques description: Experimental techniques used in the study. examples: - value: CV - value: EIS - value: CA from_schema: https://echemdb.github.io/metadata-schema/source rank: 1000 domain_of: - Source range: string multivalued: true figure: name: figure description: Figure number or identifier from the source including subfigure label. examples: - value: Figure 2a from_schema: https://echemdb.github.io/metadata-schema/source rank: 1000 domain_of: - Source range: string originalFilename: name: originalFilename description: Original filename of the data file. examples: - value: 2023-04-24_cv_data_001.csv from_schema: https://echemdb.github.io/metadata-schema/source rank: 1000 domain_of: - Source range: string bibdata: name: bibdata description: BibTeX bibliographic data. examples: - value: '@article{electrobear_2024_electrochemistry_563, title={...}, ...}' from_schema: https://echemdb.github.io/metadata-schema/source rank: 1000 domain_of: - Source range: string comment: name: comment description: Additional notes about the source. examples: - value: The data in the figures of this work are blurry. from_schema: https://echemdb.github.io/metadata-schema/source domain_of: - Quantity - Uncertainty - Component - Electrolyte - ElectrolyteContainerComponent - Atmosphere - Source - FigureDescription range: string curve: name: curve description: Specific curve or trace identifier within a figure. examples: - value: blue - value: solid - value: '1' from_schema: https://echemdb.github.io/metadata-schema/source rank: 1000 domain_of: - Source range: string
</details>

### Induced

<details>
```yaml
name: Source
description: Information about the source publication or dataset.
from_schema: https://echemdb.github.io/metadata-schema/source_data
attributes:
  citationKey:
    name: citationKey
    description: Unique citation key for bibliographic reference, usually <FirstAuthorName>_<Year>_<FirstWordOfTitle>_<FirstPageNumber>.
    examples:
    - value: electrobear_2024_electrochemistry_563
    from_schema: https://echemdb.github.io/metadata-schema/source
    rank: 1000
    alias: citationKey
    owner: Source
    domain_of:
    - Source
    range: string
    required: true
  url:
    name: url
    description: DOI (URL) to the publication or dataset.
    examples:
    - value: https://doi.org/10.1234/example.2024
    from_schema: https://echemdb.github.io/metadata-schema/source
    alias: url
    owner: Source
    domain_of:
    - Purity
    - ElectrodeSource
    - ElectrodePreparation
    - ElectrochemicalCellSource
    - Atmosphere
    - Source
    - Experimental
    range: HttpUrl
    required: true
  techniques:
    name: techniques
    description: Experimental techniques used in the study.
    examples:
    - value: CV
    - value: EIS
    - value: CA
    from_schema: https://echemdb.github.io/metadata-schema/source
    rank: 1000
    alias: techniques
    owner: Source
    domain_of:
    - Source
    range: string
    multivalued: true
  figure:
    name: figure
    description: Figure number or identifier from the source including subfigure label.
    examples:
    - value: Figure 2a
    from_schema: https://echemdb.github.io/metadata-schema/source
    rank: 1000
    alias: figure
    owner: Source
    domain_of:
    - Source
    range: string
  originalFilename:
    name: originalFilename
    description: Original filename of the data file.
    examples:
    - value: 2023-04-24_cv_data_001.csv
    from_schema: https://echemdb.github.io/metadata-schema/source
    rank: 1000
    alias: originalFilename
    owner: Source
    domain_of:
    - Source
    range: string
  bibdata:
    name: bibdata
    description: BibTeX bibliographic data.
    examples:
    - value: '@article{electrobear_2024_electrochemistry_563, title={...}, ...}'
    from_schema: https://echemdb.github.io/metadata-schema/source
    rank: 1000
    alias: bibdata
    owner: Source
    domain_of:
    - Source
    range: string
  comment:
    name: comment
    description: Additional notes about the source.
    examples:
    - value: The data in the figures of this work are blurry.
    from_schema: https://echemdb.github.io/metadata-schema/source
    alias: comment
    owner: Source
    domain_of:
    - Quantity
    - Uncertainty
    - Component
    - Electrolyte
    - ElectrolyteContainerComponent
    - Atmosphere
    - Source
    - FigureDescription
    range: string
  curve:
    name: curve
    description: Specific curve or trace identifier within a figure.
    examples:
    - value: blue
    - value: solid
    - value: '1'
    from_schema: https://echemdb.github.io/metadata-schema/source
    rank: 1000
    alias: curve
    owner: Source
    domain_of:
    - Source
    range: string