Re: Persistent Model Implementation

2018-10-23 Thread Daan Reid
Hi, It may not fit your use case precisely, but we've had some success combining the event-source pattern with caching to create datasets with history. The use of Jena's deltas lets us only persist changesets. This may also be of general interest to the list. https://github.com/drugis/jena-e

Apache Jena Fuseki: Debug if configuration is loaded/how to reload?

2018-10-23 Thread Fabian Fischer
Dear jena users list, I'm currently struggling to add PREFIXes to my Fuseki configuration. It recognizes neither the prefixes defined in my config.ttl nor those in the configuration/.ttl file. Thus my questions are a) is there a way to see the set PREFIXES for a given graph? b) can I somehow f