I have a case using Fuseki. I have 2 named graphs call them "data" and "schema". Data contains all the data, schema contains all the RDFS based triples.
I can configure Fuseki so that an inference model uses an RDF Reasoner to apply the "schmea" rules to the "data", call this graph "inf". In addition I think fuseki can be configured so that any updates to "inf" are added as triples to "data". My issue is that there are periodic updates to the "schema" (e.g. when new a RDF class is created). My understanding is that the reasoners do not like it when you make updates to the graphs they are manipulating without going through the reasoner itself. So is there a way to make updates to the "schema" graph via fuseki such that the "inf" graph/reasoner will be happy? Claude -- I like: Like Like - The likeliest place on the web <http://like-like.xenei.com> LinkedIn: http://www.linkedin.com/in/claudewarren
