Re: Store query results in new RDF

2013-11-09 Thread Adeeb Noor
Any help guys . On Thu, Nov 7, 2013 at 9:51 PM, Adeeb Noor wrote: > Here is the new version of the code using > QueryExecution.execConstructTriples: > > FileLoader fileLoader = new FileLoader("src/aaCONSTRUCT.tql"); > > String q = fileLoader.loadAll(); > > Query query = QueryFactory.create(q) ;

Re: Dereferencing URIs using Jena.

2013-11-09 Thread Joshua TAYLOR
On Fri, Nov 8, 2013 at 12:23 PM, Luciane Monteiro wrote: > Hi! > > I need to dereference *URIs*, like: > > http://dbpedia.org/resource/Google > > and > > http://dbpedia.org/resource/American_Airlines > > returned from *Spotlight*, to get their *RDFS:comments* property. > > > Is it something lik

Re: Jena TDB Sync between different applications fails

2013-11-09 Thread Andy Seaborne
Hi Andreas, TDB databases can not be share dbetween processes in the way you are doing it. One database needs to be controlled and accessed by one java process at a time. There is a lot of caching going on and update via one route wil not be seen by another process. Indeed, eventually, you