On 27/11/2018 16:57, Claude Warren wrote:
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?

What happens if schema and data are in the same graph and so the updates do go via the inference engine?


Claude

Reply via email to