Docmaps-Project / docmaps

Extensible protocol for document history metadata exchange, to enable trustworthy, rapid, open science, by and for preprint science communities.
MIT License
15 stars 1 forks source link

http-server: support `GET /docmap_for/doi?subject={doi}` and `GET /docmap_for/iri?subject={iri}` #144

Open ships opened 1 year ago

ships commented 1 year ago

Feature Request

Packages to improve:

Description

Implement it according to the RFC.

Only needed to implement it for SPARQL.

Use case

Part of Docmaps-Project/docmaps#148 . See RFC for design rationale.

Proposed solution

Investigate good SPARQL queries for handling this.

Additional information

Depends on Docmaps-Project/docmaps#146 .

ships commented 10 months ago

currently the subject={doi} case is already handled. A minor adaptation is needed to to SPARQL formulation to search for matches with subject={iri}.