Re: How to call CREATE / DELETE GRAPH in Fuseki

2014-08-02 Thread Arthur Keen
Pilot error: The issue was caused by my using SELECT DISTINCT ?g WHERE{GRAPH ?g {?s ?p ?o}} Which finds non empty named graphs (containing one or more statements). I should have been using: SELECT DISTINCT ?g WHERE {GRAPH ?g{}} Which finds empty graphs On Aug 1, 2014, at 3:49 PM, Arthur Keen

Re: Using Fuseki 2 as a web application

2014-08-02 Thread Andy Seaborne
There's a new developer build (M3) http://people.apache.org/~andy/fuseki2/ This fixes things around dispatch when Fuseki isn't the root webapp and also a startup bug. One thing that I know isn't working is the UI when Fuseki is not running as webapp ROOT. This needs some further work. I h

Re: From a TDB blank node ID string, it is possible to retrieve the Node object ?

2014-08-02 Thread Andy Seaborne
On 02/08/14 09:17, Jean-Marc Vanel wrote: From a TDB blank node ID such that : -6cc921b0:1479307d042:-7fff how it is possible to retrieve the Node object ? My use case: In a web application backed by TDB, showing triples about an URI, with the blank nodes unexpanded, like this: ( http://htmlpr

From a TDB blank node ID string, it is possible to retrieve the Node object ?

2014-08-02 Thread Jean-Marc Vanel
>From a TDB blank node ID such that : -6cc921b0:1479307d042:-7fff how it is possible to retrieve the Node object ? My use case: In a web application backed by TDB, showing triples about an URI, with the blank nodes unexpanded, like this: ( http://htmlpreview.github.io/?https://github.com/jmvanel/