Description
This task reflects an overhaul of the current SPARQLEndpoint implementation. The improvment should include proper content-negotiation, well know URLs (like /sparql), the implementation of "SPARQL Service Description" [1] to expose available features and "Graph Store Protocol" [2] as a basic CRUD interface (instead of loadRdf). check the subtasks for further details.. The implementation will be done in a non disruptive way to not interfer with clients of the current endpoint, all available options (e.g. auth parameter, infer parameter) will still be available.
[1] https://www.w3.org/TR/sparql11-service-description/
[2] https://www.w3.org/TR/sparql11-http-rdf-update/
Attachments
Issue Links
- is related to
-
RYA-483 Replace web.rya's SPARQL web interface with YASGUI
- Open