I would like to apply the RDFS reasoner over an entire TDB dataset; at runtime, the dataset is often extended with new named graphs through SPARQL/Update queries.
Is it possible to write an assembler specification that instructs, say, Joseki to apply the reasoner to the entire dataset? The assembler HOWTO (http://jena.sourceforge.net/assembler/assembler-howto.html) explains how to construct a _single_ model that includes a reasoner but I don't see anything there on configuring a reasoner for _all_ models in a dataset. I suppose that the assembler specification could build up the dataset from individual models, each of which applies the reasoner, but that would be a _big_ specification that would have to be regenerated (and Joseki restarted?) every time a named graph is added to the dataset. Thanks. --glenn
