Click or drag to resize

ReasonerGraph Constructor (IGraph, IEnumerable<IInferenceEngine>)

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.RDF.IGraph
Graph.
reasoners
Type: System.Collections.Generic.IEnumerable<IInferenceEngine>
Reasoner.
See Also