Re: Support for SPARQL-Star when using http, with/without remote SPARQL*

2021-02-16 Thread Zak Mc Kracken
Hi Andy, thanks for your reply. I guess this requires a TDB endpoint, or is there any kind of SPARQL* support for HTTP endpoints? HTTP endpoint = Fuseki? Not necessarily, I mean Jena used to query a remote SPARQL endpoint via HTTP, whatever the server providing it. I'm thinking of both

Re: Understanding the output of Jena TDB Loader

2021-02-16 Thread Andy Seaborne
On 16/02/2021 09:20, Daniel Hernandez wrote: Hi, tdbloader2 may not be the right choice. It is a bit niche but if you have much less RAM than total data it can be better than tdbloader and it is better if there is rotating disk, not SSD. It has been reported to be the right choice for

Re: Restoring Jena Backup over HTTP using file location as parameter

2021-02-16 Thread Andy Seaborne
On 15/02/2021 13:09, Deepali Singhavi wrote: Hi, I am trying to explore Jena Backup and restore options using fuseki administrative http protocol I am running below http command for taking the backup *curl -i -X POST http://localhost:3030/$/backup/backuptest

Re: Support for SPARQL-Star when using http, with/without remote SPARQL*

2021-02-16 Thread Andy Seaborne
On 16/02/2021 12:50, Zak Mc Kracken wrote: Hi all, I'm reading about the Jena support to RDF* and SPARQL* (https://jena.apache.org/documentation/rdfstar/). I guess this requires a TDB endpoint, or is there any kind of SPARQL* support for HTTP endpoints? HTTP endpoint = Fuseki? There

Support for SPARQL-Star when using http, with/without remote SPARQL*

2021-02-16 Thread Zak Mc Kracken
Hi all, I'm reading about the Jena support to RDF* and SPARQL* (https://jena.apache.org/documentation/rdfstar/). I guess this requires a TDB endpoint, or is there any kind of SPARQL* support for HTTP endpoints? I'm thinking of both the case where the remote endpoint has star support, and

Re: Understanding the output of Jena TDB Loader

2021-02-16 Thread Daniel Hernandez
Hi, >>> tdbloader2 may not be the right choice. It is a bit niche but if you >>> have much less RAM than total data it can be better than tdbloader and >>> it is better if there is rotating disk, not SSD. It has been reported >>> to be the right choice for several billion for SSD. >> I have a