Project

General

Profile

ResultPid » History » Version 2

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

1 1 Miriam Baglioni
h1. ResultPid
2
3 2 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. Collected pids are mapped in the pid field only if they are collected from the corresponding pid authority datasources:
4 1 Miriam Baglioni
5 2 Miriam Baglioni
|_. PID Type |_.	Authority |
6
| doi	| Crossref, Datacite |
7
| pmc, pmid	| Europe PubMed Central, PubMed Central |
8
| arXiv | arXiv.org e-Print Archive |
9 1 Miriam Baglioni
10 2 Miriam Baglioni
Handle(s) are minted by several repositories and it would be quite inconvenient (not to mention unmaintainable) to list them all, so to avoid losing them, Handles bypass the PID authority filtering rule.
11
12
The pid associated to the result has the following information:
13
14
|_. field name |_. cardinality |_. type |_. description |
15
| scheme | ONE | string | vocabulary reference|
16
| value | ONE | string | value from the given scheme/vocabulary|
17
18
19 1 Miriam Baglioni
Example data
20
21
{
22
"scheme" : "DOI",
23
"value" : "10.5281/zenodo.4707307"
24
}