Martynas Jusevičius

Results 252 comments of Martynas Jusevičius

@HughWilliams 15 seconds for under a 1000 triples sounds ridiculous though. We want to iterate and update thousands of graphs. Haven't been able to test it yet due to `/sparql-graph-crud-auth`...

@chrysle not being able to parse the `charset` param sounds like a Jena issue. Can you open an issue there? https://github.com/apache/jena/issues

Isn't this because of #2375? Default graph pattern doesn't match anything because a label has been added to it?

Randomly found some ancient but maybe relevant discussion :) https://code.alcidesfonseca.com/docs/rdflib/graphs_bnodes.html

These are not real examples (prefixes are missing etc.). You should create a [Gist](https://gist.github.com/) with all the files.

> Is this not supported because [Sparql 1.1 Update](https://www.w3.org/TR/sparql11-update/) has no `BIND` inside its specs @usalu I don't think this is correct. [`BIND`](https://www.w3.org/TR/sparql11-query/#bind) is just defined as part of the...

@usalu you need a `WHERE` clause to be able to use `BIND`, so the `INSERT DATA` form will not work. In general `INSERT DATA` is for concrete triples without variables,...

They're all in the specs ;) P.S. check out https://kgdev.net, we tried to collect them in one place and structure then

@usalu try making a `SELECT` query with this `WHERE` first and see if you get results. No results means there would be no bindings for the update.

Can we add `graphs: Dict[IdentifiedNod, Graph]` to `Dataset` instead of using `Graph.identifier`?