AlternateIdentifier » History » Revision 5
Revision 4 (Miriam Baglioni, 30/11/2021 04:09 PM) → Revision 5/6 (Claudio Atzori, 11/03/2022 02:17 PM)
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 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 <pre> { "scheme" : "doi", "DOI", "value" : "10.17182/hepdata.9959" }, { "scheme" : "urn", "value" : "urn:nbn:nl:ui:22-2066/167438" "10.5281/zenodo.4707307" } </pre>