Docmaps-Project/docmaps

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

Opened this issue · 1 comments

ships commented

Feature Request

Packages to improve:

  • http-server

Description

Implement it according to the RFC.

Only needed to implement it for SPARQL.

Use case

Part of #148 . See RFC for design rationale.

Proposed solution

Investigate good SPARQL queries for handling this.

Additional information

Depends on #146 .

ships commented

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