Reputation: 23
i can't find good answers or resources on if the following setup is possible in Apache Jena Fuseki:
The database should be updatable. I want to add rdf data while the server is running.
By uploading new rdf data, fuseki should automatically run inference on that new rdf data.
I somehow want to group rdf statements so that I can dynamically delete that set of triples after uploading it to the graph. I thought about named graphs but I'm not sure if inference works on named graphs. Or rather, the reasoning should actually be performed on the union graph.
With every sparql query I only want to query a default unified graph where also reasoning had been done.
I read some other questions and conversations but couldn't figure out if this scenario is possible. The apache jena documentation did not really help me either.
Upvotes: 0
Views: 85