Project

General

Profile

ResultPid » History » Version 4

Miriam Baglioni, 02/12/2021 03:56 PM

1 1 Miriam Baglioni
h1. ResultPid
2
3 3 Miriam Baglioni
Type used to represent the information associated to persistent identifiers for the result that have been forged by an authority for that pid type. 
4 2 Miriam Baglioni
5
|_. 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 1 Miriam Baglioni
{
14 4 Miriam Baglioni
    "scheme" : "DOI",
15
    "value" : "10.5281/zenodo.4707307"
16 1 Miriam Baglioni
}
17 4 Miriam Baglioni
</pre>