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

figure

0..1
String

Figure identifier in the source publication

2a, 1, S3b

curve

0..1
String

Specific curve identifier within the figure

blue, solid, 1

citationKey

0..1
String

BibTeX citation key for the source following <FirstW…

doe_2024_electrochemistry_543

url

0..1
HttpUrl

URL or DOI of the source publication

https://doi.org/10.1039/C0CP01001D

bibdata

0..1
String

BibTeX bibliographic data

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

techniques

*
String

Techniques used in the source data

CV, LSV, CA

Usages

used by

used in

type

used

SvgdigitizerEchemdbMetadata

source

range

SvgdigitizerSource

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

```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 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 domain_of: - SvgdigitizerSource range: string citationKey: name: citationKey description: BibTeX citation key for the source following ___ format. examples: - value: doe_2024_electrochemistry_543 from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer_package rank: 1000 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 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 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 domain_of: - SvgdigitizerSource range: string multivalued: true
</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