Project

General

Profile

AlternateIdentifier » History » Revision 3

Revision 2 (Miriam Baglioni, 30/11/2021 10:55 AM) → Revision 3/6 (Miriam Baglioni, 30/11/2021 11:02 AM)

h1. AlternateIdentifier 

 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 providesas identifier for the result also the doi. 

 |_. field name |_. cardinality |_. type |_. description | 
 | scheme | ONE | string | vocabulary reference| 
 | value | ONE | string | value from the given scheme/vocabulary| 


 Example data 

 {  
   "scheme" : "DOI", 
   "value" : "10.5281/zenodo.4707307"  
 }