dice-group / tentris

Tentris is a tensor-based RDF triple store with SPARQL support.
https://tentris.dice-research.org/iswc2020/
Apache License 2.0
53 stars 10 forks source link

SPARQL query editor #97

Open KonradHoeffner opened 11 months ago

KonradHoeffner commented 11 months ago

Tentris doesn't seem to have a web-based SPARQL query editor, but this would be really useful. Something like this one from Virtuoso at https://dbpedia.org/sparql but simplified would probably be easy to implement: An HTML page with a form with one or two input fields and a submit button that triggers URL encoding of the query. Most browsers can display JSON natively so the form could then just redirect to the default URL with the query parameter filled in.

bigerl commented 11 months ago

Hi Konrad, thank you for the input. That would definitionally helpful to hove. We'll be looking into it. Might take a couple of weeks until we integrate it here, though.