Re: Fuseki DatasetAdapter not escaping graph URI?

2013-09-14 Thread Andy Seaborne
On 14/09/13 14:29, Martynas Jusevičius wrote: Ok, I found it and the new target(Node name) method seems to do the trick: https://svn.apache.org/repos/asf/jena/trunk/jena-arq/src/main/java/org/apache/jena/web/DatasetGraphAccessorHTTP.java I finally got round to putting it in the right place. Da

Re: Fuseki DatasetAdapter not escaping graph URI?

2013-09-14 Thread Martynas Jusevičius
Ok, I found it and the new target(Node name) method seems to do the trick: https://svn.apache.org/repos/asf/jena/trunk/jena-arq/src/main/java/org/apache/jena/web/DatasetGraphAccessorHTTP.java On Sat, Sep 14, 2013 at 1:49 PM, Martynas Jusevičius wrote: > Sorry about the version! I'm using Fuseki 0

Re: Fuseki DatasetAdapter not escaping graph URI?

2013-09-14 Thread Martynas Jusevičius
Sorry about the version! I'm using Fuseki 0.2.3. If there was a fix in this area, where can I find the new code? The Fuseki trunk does not appear to have "http" package any longer: https://svn.apache.org/repos/asf/jena/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/ Martynas On Sat, Sep

Re: Fuseki DatasetAdapter not escaping graph URI?

2013-09-13 Thread Rob Vesse
Andy Grepcode URLs actually have the version information in them, this appears to be Fuseki 0.2.4 (at least that is what Martynas has linked to) though it doesn't necessarily mean that is the version he is using Rob On 9/13/13 11:11 AM, "Andy Seaborne" wrote: >Version? IIRC there was a fix

Re: Fuseki DatasetAdapter not escaping graph URI?

2013-09-13 Thread Andy Seaborne
Version? IIRC there was a fix around here not so long ago. On 13/09/13 12:41, Martynas Jusevičius wrote: This is probably the correct encoded value (including slashes etc): http%3A%2F%2Flocalhost%3A8080%2Fgraphs%2F2013%2520Danfoss%2520MPHE.xlsx http%3A%2F%2Flocalhost%3A8080%2Fgraphs%2F2013%25

Re: Fuseki DatasetAdapter not escaping graph URI?

2013-09-13 Thread Martynas Jusevičius
This is probably the correct encoded value (including slashes etc): http%3A%2F%2Flocalhost%3A8080%2Fgraphs%2F2013%2520Danfoss%2520MPHE.xlsx On Fri, Sep 13, 2013 at 1:35 PM, Martynas Jusevičius wrote: > Hey, > > I'm using DatasetAdapter to access a Graph Store. It seems to me > however that it is

Fuseki DatasetAdapter not escaping graph URI?

2013-09-13 Thread Martynas Jusevičius
Hey, I'm using DatasetAdapter to access a Graph Store. It seems to me however that it is not properly escaping graph URI when building the request URI. 4.2 Indirect Graph Identification (http://www.w3.org/TR/sparql11-http-rdf-update/#indirect-graph-identification) gives an example of "encoded gra