Project

General

Profile

AlternateIdentifier » History » Version 2

Miriam Baglioni, 30/11/2021 10:55 AM

1 1 Miriam Baglioni
h1. AlternateIdentifier
2
3
Type used to represent the information associated to persistent identifiers associated to the result that have not been forged by an authority for that pid type. For example we collect metadata from an institutional repository that providesas identifier for the result also the doi.
4
5 2 Miriam Baglioni
|_. field name |_. cardinality |_. type |_. description |
6
| scheme | ONE | string | vocabulary reference|
7
| value | ONE | string | value from the given scheme/vocabulary|
8
9
10 1 Miriam Baglioni
Example data
11
12
{ 
13
  "scheme" : "DOI",
14
  "value" : "10.5281/zenodo.4707307" 
15
}