Stefan Schmid
Results
2
issues of
Stefan Schmid
While this does not work: `res = kg.select('select * where {?s ?p ?o} limit 100', default_graph_uri='urn:test3') # , named_graph_uri='urn:test3') pprint.pprint(res)` ... the following works: `res = kg.select('select * FROM where...
Hi, We are observing some issues with POST requests that get stuck. It would be nice if we could also use the query timeout on the python request POST request...