Click or drag to resize

ReasonerGraph Constructor (IGraph, IInferenceEngine)

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

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

Parameters

g
Type: VDS.RDFIGraph
Graph.
reasoner
Type: VDS.RDF.Query.InferenceIInferenceEngine
Reasoner.
See Also