-
Notifications
You must be signed in to change notification settings - Fork 535
Description
As a proof-of-concept motivated by the interest at Harvard in allowing paper repositories to alert Dataverse instances when there are dataset references in the papers, this issue is a proposal to implement an API endpoint to accept such messages following https://notify.coar-repositories.org/ and https://www.w3.org/TR/ldn/ standards. To be consistent with the possibility of tying to other Linked Data Notification services in the future, the API will implement the POST call to a Dataverse Software 'inbox' that will accept a json-ld message asserting a relationship between a paper and a dataset. What happens when a message is received is TBD, but the POC will probably do something simple like send an admin message. In the future, more automation to add the paper as a 'Related Publication' to the dataset could be added.