Project

General

Profile

ResultPid » History » Version 3

Miriam Baglioni, 30/11/2021 11:03 AM

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
{
13
"scheme" : "DOI",
14
"value" : "10.5281/zenodo.4707307"
15
}