Hi! New to Jena and the list, please bear with me if this has been explained over and over again. I had so far no luck with the documentation, mailing list archives or googling, so here we go:
Can ARQ be used to execute multiple parallel SPARQL queries? I would like to configure e.g. 100 or 1000 queries and then run them against a single file of triples. I wrote a piece of code to run the queries in sequence and got suprisingly good performance with brute force, but I would expect going through the dataset only once to perform much better. If ARQ doesn't support this, is it the Jena forward-chaining RETE engine<http://jena.sourceforge.net/inference/> I should be looking at, and translate the SPARQL queries manually? Ultimately I would like to track the processing of each new triple from the dataset, in case it matches a query. Any proposals on good documentation? Which level should I try to interface on? Thanks! Mikko
