Project

General

Profile

ResultPid » History » Version 1

Miriam Baglioni, 30/11/2021 10:53 AM

1 1 Miriam Baglioni
h1. ResultPid
2
3
Type used to represent the information associated to persistent identifiers associated to the result that have been forged by an authority for that pid type. For example we collect metadata from Crossref and the doi is inserted in the pid filed for the result. The persistent identifiers inserted in the pid field are:
4
5
PID Type	Authority
6
doi	Crossref, Datacite
7
pmc, pmid	Europe PubMed Central, PubMed Central
8
arXiv	arXiv.org e-Print Archive
9
10
field name cardinality type description
11
scheme ONE string vocabulary reference
12
value ONE string value from the given scheme/vocabulary
13
Example data
14
15
{
16
"scheme" : "DOI",
17
"value" : "10.5281/zenodo.4707307"
18
}