Alexey Zakhlestin

Results 117 comments of Alexey Zakhlestin

> This operation does not have to be fast, but it has to return complete results eventually. huge +1 on this

> What is the issue? @kidehen did you look at github page? the issue is this error: `Virtuoso 22023 Error SR...: The result vector is too large` > I don't...

@kidehen timeouts are understandable. But giving wrong result because of timeout is the whole different story. shouldn't it report failure instead? that's what fuseki does, for example. both outcomes are...

Addition: `ASK` queries return boolean values and there should be a shortcut in "SPARQL Results Document" for getting straight to it

There's code doing something like this in `SmartWrapper.py`, but it isn't elegant or complete

RDF is, usually, using open-world assumptions. So, removing references to resource is not a common requirement. So, something like this should work: ``` php class Graph { // … public...

I am a fan of [Postel's law](https://en.wikipedia.org/wiki/Robustness_principle), so my take on this is: let's just make sure, that we always give utf-8 to urllib2. The conversion should happen on the...

I'm ready to implement this thing, but we need to agree on the plan :)

Standard looks interesting, indeed, but I don't see it implemented soon. we can try to base "plugins" on the proposal, though.