Project

General

Profile

Actions

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.17182/hepdata.9959" 
 },
 { 
  "scheme" : "urn",
  "value" : "urn:nbn:nl:ui:22-2066/167438" 
 }
]

Updated by Claudio Atzori about 2 years ago · 6 revisions