Closed s-marcq closed 3 weeks ago
One person has two ORCID iDs.
{ "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" } ] } } }
Two ORCID nodes in the graph linked with relationship "has_identifier" to the node "person".
Scenario
One person has two ORCID iDs.
Sent data
Result
Two ORCID nodes in the graph linked with relationship "has_identifier" to the node "person".