Class: Source
Information about the source publication or dataset.
URI: https://echemdb.github.io/metadata-schema/minimum_echemdb/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 |
|---|---|---|---|
1 |
Unique citation key for bibliographic reference, usually |
|
|
1 |
DOI (URL) to the publication or dataset |
|
|
* |
Experimental techniques used in the study |
|
|
0..1 |
Figure number or identifier from the source including subfigure label |
|
|
0..1 |
Original filename of the data file |
|
|
0..1 |
BibTeX bibliographic data |
|
|
0..1 |
Additional notes about the source |
|
|
0..1 |
Specific curve or trace identifier within a figure |
|
Usages
used by |
used in |
type |
used |
|---|---|---|---|
range |
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/Source |
native |
https://echemdb.github.io/metadata-schema/minimum_echemdb/Source |
LinkML Source
Direct
</details>
### Induced
<details>
```yaml
name: Source
description: Information about the source publication or dataset.
from_schema: https://echemdb.github.io/metadata-schema/minimum_echemdb
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