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

2021-02-17 Thread Andy Seaborne
You don't need to use SPARQL. Simply use "curl" or "wget" as a HTTP GET on the dataset URL (if you have service GSP enabled). Use the 'Accept" header for the syntax you want. (There's an operation in the RDFConnection API to do this as well). Andy On 17/02/2021 11:47, Deepali

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

2021-02-17 Thread Deepali Singhavi
Hi Andy, How we can write SPARQL query to fetch backup of entire dataset including all graphs and use the result to restore it? Regards, Deepali On Tue, 16 Feb 2021, 19:32 Andy Seaborne, wrote: > > > On 15/02/2021 13:09, Deepali Singhavi wrote: > > Hi, > > > > I am trying to explore Jena

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

Restoring Jena Backup over HTTP using file location as parameter

2021-02-15 Thread Deepali Singhavi
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 * And below command for restoring the