A handler to generate inference graph URIs from any given graph URI if no explicit target graph is provided.
Apply inference on the source graph and store the inferred triples in the target graph.
The store to be inferenced.
The source graph where to find the triples to be inferenced.
OptionaltargetGraph: string | Quad_GraphThe optional target graph where to store the inferred triples. If none is provided, the graph from getGraphUri will be used.
An interface for reasoners that operate on existing graphs in the RDF store and materialise the inferred triples in an inference graph.