Hi there,
I'm currently using Fuseki to host a number of RDF datasets. If one
wants basic RDFS inference around a graph with good query performance,
what is the suggested configuration?
I'm currently using a:
<http://jena.hpl.hp.com/2003/RDFSExptRuleReasoner>
wrapped around a TDB graph and dataset. However, this seems to (a)
dramatically increase the memory requirements and (b) destroy the query
optimizer. Is there a different way to configure things to get RDFS
inference and better performance? I don't actually have the need to
track / eliminate inferred statements, so it would be ok to just forward
chain on insertion into the same store.
Thanks,
--Dave--