Click or drag to resize

ReasonerGraph Constructor (IGraph, IEnumerableIInferenceEngine)

Creates a new Reasoner Graph which is a wrapper around an existing Graph with multiple reasoners applied and the resulting Triples materialised.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ReasonerGraph(
	IGraph g,
	IEnumerable<IInferenceEngine> reasoners
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
reasoners
Type: System.Collections.GenericIEnumerableIInferenceEngine
Reasoner.
See Also