Project

General

Profile

Actions

ResultPid » History » Revision 2

« Previous | Revision 2/6 (diff) | Next »
Miriam Baglioni, 30/11/2021 11:01 AM


ResultPid

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:

PID Type Authority
doi Crossref, Datacite
pmc, pmid Europe PubMed Central, PubMed Central
arXiv arXiv.org e-Print Archive

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.

The pid associated to the result has the following information:

field name cardinality type description
scheme ONE string vocabulary reference
value ONE string value from the given scheme/vocabulary

Example data

{
"scheme" : "DOI",
"value" : "10.5281/zenodo.4707307"
}

Updated by Miriam Baglioni over 2 years ago · 2 revisions