Thomas Minier

Results 23 comments of Thomas Minier

For me, the way to go is to replace all usage of `Algebra.TripleObject` by `RDF.Quad`, and have the whole API use dedicated RDF types for URIs, literals, and variables instead...

Hello Query Hints are designed to work similarly to those implemented by [Blazegraph](https://wiki.blazegraph.com/wiki/index.php/QueryHints). The idea is that: you write down those very specific RDF triples into your SPARQL query and...

Hi, I agree it is a good topic, but my current work activity doesn't allow me to focus on such side project anymore. Soi sadly, unless someone is willing to...

👋 Hi, thanks for the changes. I'm completely open to an upgrade to use the latest versions of these library. However, I don't have time to review such a massive...

Hi, We provides an utility function `jsonFormat`, documented here https://callidon.github.io/sparql-engine/globals.html#jsonformat. It takes as argument the pipeline returned by `builder.build(query)` and returns a new pipeline which yields results in W3C SPARQL...

jsonFormat returns another pipeline, so you need to subscribe on it

> I agree it would be a major release, but I'd also suggest make a beta release (or just branch) and make a few other changes first, like upgrading all...

Thanks or the changes. However, as said before, it's too much for me to review on my own. I'm not comfortable giving a go witohut a proper review, because we...

Hi, Thank you for using `sparql-engine` 👍 It is in deed a regression: in v0.7.0, we introduced a query plan optimizer, to, optimize the execution plan regardless of the syntax...

Hi 👋 It seems to be an issue with `rdflib` itself, because according to the stacktrace you posted, its the line `import rdflib.plugins.sparql.evaluate as sparql_evaluate` which fails. Could to try...