I'm using Fuseki/TDB and use a number of named graphs in a modular way.  Many 
of these graphs serve as either a base model or schema model for an inference 
model.  If I make a change directly to a base or schema model I need to restart 
Fuseki to get those updates reflected in the inference model.  I can update the 
inference model directly and those changes get written back to the base model 
but many times I don't want those updates written to the "base" model but 
rather some other model (i.e. I partitioned my triples into separate graphs to 
keep things modular and maintainable).

Using Fuseki, is there a way I can modify an inference model's base or schema 
graphs and then tell (or force) Fuseki to re-run the reasoner for a single (or 
all) inference model(s)?  

I understand that I can built a custom solution using Jena but I'm really 
hoping to avoid that and continue to use Fuseki directly which except for this 
issue is great for my use cases.  I'm also not opposed to modifying the source 
for Fuseki to make such an enhancement if that's the best way forward (tips on 
what to do would be very welcome).

Any advice and guidance would be very welcome.

Thanks,

Howard Burrows

Reply via email to