Re: Fw: GenericRuleReasoner live rule update

2020-10-25 Thread Johan Kumps
Hi all, I'm really interested in being able to reload rules/ add rules without having to restart the server. Could you share some code for achieving this? Thanks! Johan, Op wo 26 jun. 2019 om 09:41 schreef Dave Reynolds : > I don't think fuseki has any built in autoreload for rules and the

Re: Fw: GenericRuleReasoner live rule update

2019-06-26 Thread Dave Reynolds
I don't think fuseki has any built in autoreload for rules and the rule engine definitely can't just skip broken rules on its own. You might be able to create a wrapper class which acts like a Dataset but behind the scenes uses a dynamically replaceable InfGraph as the default graph of the

Fw: GenericRuleReasoner live rule update

2019-06-26 Thread Laura Morales
To explain my problem a little better, I have a program (website) that is used by several people with Fuseki in the backend, and I would like to accept user-defined inference rules. The only way I know to add new rules is by changing the configuration files and reloading Fuseki. This is not