Class: SvgdigitizerSource
Source publication information for digitized data.
URI: https://echemdb.github.io/metadata-schema/svgdigitizer_package/SvgdigitizerSource
classDiagram
class SvgdigitizerSource
click SvgdigitizerSource href "../SvgdigitizerSource/"
SvgdigitizerSource : bibdata
SvgdigitizerSource : citationKey
SvgdigitizerSource : curve
SvgdigitizerSource : figure
SvgdigitizerSource : techniques
SvgdigitizerSource : url
Slots
Name |
Cardinality and Range |
Description |
Examples |
|---|---|---|---|
0..1 |
Figure identifier in the source publication |
|
|
0..1 |
Specific curve identifier within the figure |
|
|
0..1 |
BibTeX citation key for the source following |
|
|
0..1 |
URL or DOI of the source publication |
|
|
0..1 |
BibTeX bibliographic data |
|
|
* |
Techniques used in the source data |
|
Usages
used by |
used in |
type |
used |
|---|---|---|---|
range |
Identifier and Mapping Information
Schema Source
from schema: https://echemdb.github.io/metadata-schema/svgdigitizer_package
Mappings
Mapping Type |
Mapped Value |
|---|---|
self |
https://echemdb.github.io/metadata-schema/svgdigitizer_package/SvgdigitizerSource |
native |
https://echemdb.github.io/metadata-schema/svgdigitizer_package/SvgdigitizerSource |
LinkML Source
Direct
</details>
### Induced
<details>
```yaml
name: SvgdigitizerSource
description: Source publication information for digitized data.
from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer_package
attributes:
figure:
name: figure
description: Figure identifier in the source publication.
examples:
- value: 2a
- value: '1'
- value: S3b
from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer_package
rank: 1000
alias: figure
owner: SvgdigitizerSource
domain_of:
- SvgdigitizerSource
range: string
curve:
name: curve
description: Specific curve identifier within the figure.
examples:
- value: blue
- value: solid
- value: '1'
from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer_package
rank: 1000
alias: curve
owner: SvgdigitizerSource
domain_of:
- SvgdigitizerSource
range: string
citationKey:
name: citationKey
description: BibTeX citation key for the source following <FirstAuthorName>_<Year>_<FirstWordOfTitle>_<FirstPageNumber>
format.
examples:
- value: doe_2024_electrochemistry_543
from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer_package
rank: 1000
alias: citationKey
owner: SvgdigitizerSource
domain_of:
- SvgdigitizerSource
range: string
url:
name: url
description: URL or DOI of the source publication.
examples:
- value: https://doi.org/10.1039/C0CP01001D
from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer_package
rank: 1000
alias: url
owner: SvgdigitizerSource
domain_of:
- SvgdigitizerSource
range: HttpUrl
bibdata:
name: bibdata
description: BibTeX bibliographic data.
examples:
- value: '@article{electrobear_2024_electrochemistry_563, title={...}, ...}'
from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer_package
rank: 1000
alias: bibdata
owner: SvgdigitizerSource
domain_of:
- SvgdigitizerSource
range: string
techniques:
name: techniques
description: Techniques used in the source data.
examples:
- value: CV
- value: LSV
- value: CA
from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer_package
rank: 1000
alias: techniques
owner: SvgdigitizerSource
domain_of:
- SvgdigitizerSource
range: string
multivalued: true