Project

General

Profile

AlternateIdentifier » History » Version 3

Miriam Baglioni, 30/11/2021 11:02 AM

1 1 Miriam Baglioni
h1. AlternateIdentifier
2
3 3 Miriam Baglioni
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 provides as identifier for the result also the doi.
4 1 Miriam Baglioni
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
}