Actions
AlternateIdentifier » History » Revision 3
« Previous |
Revision 3/6
(diff)
| Next »
Miriam Baglioni, 30/11/2021 11:02 AM
AlternateIdentifier¶
Type used to represent the information associated to persistent identifiers associated to the result that have not been forged by an authority for that pid type. For example we collect metadata from an institutional repository that provides as identifier for the result also the doi.
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 about 3 years ago · 3 revisions