On 16/05/17 17:43, Todd Detwiler wrote:
I am having a difficult time figure out how to add inference capabilities to an 
otherwise working Fuseki configuration with Lucene indexing. I'll start with my 
questions, and follow with the full details.



1. Does anyone have a working assembler file that has both reasoning and Lucene 
indexing?

Maybe someone else can help with that, I find assembler files a little confusing.

2. Does anyone know where to find the valid list of reasoner URLs and an 
accurate description of the expected inference?

ReasonerRegistry.theRegistry().getAllDescriptions() will give you everything but the most relevant ones are likely to be:

RDFS
  http://jena.hpl.hp.com/2003/RDFSExptRuleReasoner

OWL Micro
  http://jena.hpl.hp.com/2003/OWLMicroFBRuleReasoner

OWL Mini
  http://jena.hpl.hp.com/2003/OWLMiniFBRuleReasoner

OWL
  http://jena.hpl.hp.com/2003/OWLFBRuleReasoner

For description see https://jena.apache.org/documentation/inference/

3. Is there a way to set an inferred graph over the union of named graphs as 
the default graph?

I don't think so.

Dave

Reply via email to