Project

General

Profile

Actions

Author » History » Revision 6

« Previous | Revision 6/7 (diff) | Next »
Miriam Baglioni, 30/11/2021 03:41 PM


Author

Represents the result author.

field name cardinality type description
fullname ONE string
name ONE string
surname ONE string
rank ONE string
pid ONE AuthorPid

Example data:

{
    "fullname":"Turunen, Heidi",
    "name":"Heidi",
    "pid":{
        "id":{
        "scheme":"orcid",
        "value":"0000-0001-7169-1177"},
    "provenance":{
        "provenance":"Harvested",
        "trust":"0.9"}
    },
    "rank":1,
    "surname":"Turunen"}
}

Updated by Miriam Baglioni over 2 years ago · 6 revisions