Martynas Jusevičius
Martynas Jusevičius
@Aklakan I understand the need for a proxy but I'm not convinced it should live in a `Dataset` implementation. It might feel that way because many of Jena's core classes...
Agree to disagree :) `connect()` to me smells of JDBC or some protocol like that - Linked Data and SPARQL are based on REST that does not require any "connection"....
I tried this ``` curl --url-query 'query=SELECT DISTINCT * WHERE { ?p ?o } LIMIT 100' 'http://dbpedia.org/sparql' -L | grep langString ``` which gives ``` ~50 ``` Looks suspect since...
Isn't there a way to use blank nodes as subjects?...
Thanks @jansupol . I'm attempting `client.property(ClientProperties.REQUEST_ENTITY_PROCESSING, RequestEntityProcessing.BUFFERED)` but no luck so far. Would this show up in the HTTP logs somehow? Probably `Content-Length` should be present on the client request?
Is new SPARQL syntax really required for this? IMO that is a major drawback. Couldn't extension functions suffice? As a GeoSPARQL-like approach? I think @SimonBin's work shows that it can...
@frmichel this would need additional changes from your side I suppose :)
> Named graphs with the qEndpoint aren't currently supported in the Docker image. @ate47 why do you claim SPARQL support then?
Good question :) I don't really remember. I might need to do a new one to get them aligned.
@jonathanunderwood what are you using GH releases for? The artifacts are released to Maven :) https://central.sonatype.com/artifact/com.atomgraph.etl.json/json2rdf/1.0.8