Project

General

Profile

AlternateIdentifier » History » Version 1

Miriam Baglioni, 29/11/2021 05:18 PM

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
field name	cardinality	type	description
6
scheme	ONE	string	vocabulary reference
7
value	ONE	string	value from the given scheme/vocabulary
8
Example data
9
10
{ 
11
  "scheme" : "DOI",
12
  "value" : "10.5281/zenodo.4707307" 
13
}