Actions
Author¶
Represents the result author.
| field name | cardinality | type | description | 
|---|---|---|---|
| fullname | ONE | string | author's full name | 
| name | ONE | string | author's given name | 
| surname | ONE | string | author's family name | 
| rank | ONE | string | author's order in the list of authors for the given result | 
| pid | ONE | AuthorPid | persistent identifier associated with this author | 
Example data:
{
    "fullname":"Turunen, Heidi",
    "name":"Heidi",
    "surname":"Turunen",
    "rank":1,
    "pid":{
        "id":{
            "scheme":"orcid",
            "value":"0000-0001-7169-1177" 
        },
        "provenance":{
            "provenance":"Harvested",
            "trust":"0.9" 
        }
    }
}
Updated by Claudio Atzori almost 4 years ago · 7 revisions