rawgraphs-app icon indicating copy to clipboard operation
rawgraphs-app copied to clipboard

Add support for loading data from SPARQL

Open ktk opened this issue 5 years ago • 4 comments

I would like to be able to execute a SPARQL query to a SPARQL endpoint directly from RAWGraph.

I propose to add the ability to select SPARQL as source here:

rawgraph

Minimal features needed:

  • Input field for SPARQL endpoint
  • Input field for SPARQL query (ideally with SPARQL syntax highlighting enabled)
  • Optional: A way to provide a user/pw for the SPARQL endpoint

We created the library d3-sparql, which returns a JSON object oriented at what d3-csv is doing. It is properly converting RDF literal data types to native JavaScript types. I think this would be a great starting point for implementing it.

We would be happy to help on that but I would need some pointers about where in the source code we would have to add that to get an idea of the complexity.

This is related to #189, which simply seems to pass a SPARQL query string.

ktk avatar May 09 '19 13:05 ktk

Thanks for opening the issue. In this phase we are planning further developments of the tool. Keep an eye on further updates.

giorgiouboldi avatar May 21 '19 13:05 giorgiouboldi

Ok great, please let me know if we can contribute in any way.

ktk avatar May 21 '19 13:05 ktk

Hello,

Any updates on when this will be integrated? I can't find any documentation in any of the recent releases.

Thanks!

lklic avatar Apr 20 '21 09:04 lklic

@lklic it's WIP, we just had a call with the RAWgraphs team last week. First version should show up soon.

ktk avatar Apr 20 '21 09:04 ktk