CRISalid-esr / crisalid-ikg

CRISalid institutional knowledge graph
Other
0 stars 0 forks source link

One person with two ORCID #29

Closed s-marcq closed 3 weeks ago

s-marcq commented 4 weeks ago

Scenario

One person has two ORCID iDs.

Sent data

{
    "people_event": {
      "type": "created",
      "data": {
    "names": [
      {
        "last_names": [
          {
            "value": "Doe",
            "language": "fr"
          }
        ],
        "first_names": [
          {
            "value": "John",
            "language": "fr"
          }
        ]
      }
    ],
    "identifiers": [
      {
        "type": "orcid",
        "value": "0000-0001-2345-6789"
      },
      {
        "type": "orcid",
        "value": "0000-0000-2040-6080"
      },
      {
        "type": "local",
        "value": "jdoe@univ-paris1.fr"
      }
    ],
    "memberships": [
      {
        "entity_id": "U123"
      }
    ]
  }
}
}

Result

Two ORCID nodes in the graph linked with relationship "has_identifier" to the node "person".