Re: Fuseki backup includes inferred triples

2018-12-03 Thread Brad Stallion
Ciao Andy,it works! Thanks a lot! Il venerdì 30 novembre 2018, 15:45:05 CET, Andy Seaborne ha scritto: You could setup anothe fuseki:Service that uses the same dataset <#tdbDataset>, define query and GSP read access for that service, then backup by doing an HTTP get on that name "http

Re: Fuseki backup includes inferred triples

2018-11-30 Thread Andy Seaborne
On 30/11/2018 15:49, Brad Stallion wrote: Thanks Andy. I'll try it.What about my second question? is it possible to disable/enable the reasoner on the fly?ThanksIl venerdì 30 novembre 2018, 15:45:05 CET, Andy Seaborne ha scritto: There isn't a way to disable it - what I described

Re: Fuseki backup includes inferred triples

2018-11-30 Thread Brad Stallion
Thanks Andy. I'll try it.What about my second question? is it possible to disable/enable the reasoner on the fly?ThanksIl venerdì 30 novembre 2018, 15:45:05 CET, Andy Seaborne ha scritto: You could setup anothe fuseki:Service that uses the same dataset <#tdbDataset>, define query and

Re: Fuseki backup includes inferred triples

2018-11-30 Thread Andy Seaborne
You could setup anothe fuseki:Service that uses the same dataset <#tdbDataset>, define query and GSP read access for that service, then backup by doing an HTTP get on that name "http://...:3030/myData"; (with content negotation for format). It should be the shared base data. <#tdb> rdf:type f

Re: Fuseki backup includes inferred triples

2018-11-30 Thread Brad Stallion
Hi, thanks. I have no idea about how to segregate asserted/inferred triples in separate graphs! Il venerdì 30 novembre 2018, 12:33:48 CET, ajs6f ha scritto: As I understand it, the backup function just copies triples from the dataset to the file-- it has no way of understanding their

Re: Fuseki backup includes inferred triples

2018-11-30 Thread ajs6f
As I understand it, the backup function just copies triples from the dataset to the file-- it has no way of understanding their provenance. (But I stand to be corrected-- I was pretty far off in my advice to you about trying DROP GRAPH earlier!) Is it possible for you to change your assembly to

Fuseki backup includes inferred triples

2018-11-30 Thread Brad Stallion
Hi All,I'm using Fuseki 3.9.0. I enabled the following reasoner in my assembly file: ...   ja:reasoner  [ ja:reasonerURL  ] . I've noted that doing a backup using Fuseki API (http://localhost:3030/$/backup/dataset or from web UI) the generated