Callidon / sparql-engine

🚂 A framework for building SPARQL query engines in Javascript/Typescript
https://callidon.github.io/sparql-engine
MIT License
99 stars 14 forks source link

added test case with a sparql query over unbound (?g) named graphs #43

Closed jbouecke closed 4 years ago

jbouecke commented 4 years ago

Hi, I have the use case where I would like to query over named graphs without knowing the names in advance. This should be a spec complient use case. Could you may be help, fixing this issue?

With this pull request I tried to create a valid example (that is not working right now).