AlternateIdentifier » History » Version 6
Claudio Atzori, 11/03/2022 02:18 PM
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 | 4 | Miriam Baglioni | <pre> |
13 | 6 | Claudio Atzori | [ |
14 | { |
||
15 | 5 | Claudio Atzori | "scheme" : "doi", |
16 | "value" : "10.17182/hepdata.9959" |
||
17 | 6 | Claudio Atzori | }, |
18 | { |
||
19 | 5 | Claudio Atzori | "scheme" : "urn", |
20 | "value" : "urn:nbn:nl:ui:22-2066/167438" |
||
21 | 6 | Claudio Atzori | } |
22 | ] |
||
23 | 4 | Miriam Baglioni | </pre> |