rdmpage / lois-kg

Lots of interesting stuff knowledge graph
0 stars 0 forks source link

Multiple "first authors" due to ORCID #6

Open rdmpage opened 4 years ago

rdmpage commented 4 years ago

Merging ORCID records can lead to a mess as records may be claimed by multiple authors who only list themselves as authors, e.g. http://localhost/~rpage/lois-kg/www/?uri=https://doi.org/10.1111/njb.01833

{
   "@id": "https://doi.org/10.1111/njb.01833#role-1",
    "@type": "Role",
    "creator": [
    {
    "@id": "https://doi.org/10.1111/njb.01833#creator-1",
    "identifier": {
    "@id": "https://doi.org/10.1111/njb.01833#creator-1-orcid",
   "propertyID": "orcid",
    "value": [
      "0000-0002-1223-0175",
      "0000-0001-5171-4140",
      "0000-0001-8031-2925",
      "0000-0002-5917-3243"
    ]
   },
   "name": [
    "khang Sinh Nguyen",
   "V.T.Pham",
    "Leonid V. Averyanov",
   "Tuan Anh Le"
    ]
  }
  ],
   "name": "1"
 },