Brad Stallion
2018-11-30 11:21:46 UTC
Hi All,I'm using Fuseki 3.9.0. I enabled the following reasoner in my assembly file:
...  ja:reasoner [ ja:reasonerURL <http://jena.hpl.hp.com/2003/OWLMicroFBRuleReasoner>] .
I've noted that doing a backup using Fuseki API (http://localhost:3030/$/backup/dataset or from web UI) the generated file includes inferred triples.After restoring such backup inferred relations are now asserted relations, which is not correct.So here's my questions:
1) is there a way to instruct backup to not include inferred triples?2) if not, is it possible to disable/enable the reasoner on the fly? In this way I could disable the reasoner, make the backup, re-enable the reasoner
Thanks a lot
...  ja:reasoner [ ja:reasonerURL <http://jena.hpl.hp.com/2003/OWLMicroFBRuleReasoner>] .
I've noted that doing a backup using Fuseki API (http://localhost:3030/$/backup/dataset or from web UI) the generated file includes inferred triples.After restoring such backup inferred relations are now asserted relations, which is not correct.So here's my questions:
1) is there a way to instruct backup to not include inferred triples?2) if not, is it possible to disable/enable the reasoner on the fly? In this way I could disable the reasoner, make the backup, re-enable the reasoner
Thanks a lot