Click or drag to resize

StaticOwlReasonerWrapper.Apply Method (IGraph)

Applies the reasoner to the given Graph outputting inferences into the same Graph.

Namespace:  VDS.RDF.Query.Inference
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void Apply(
	IGraph g
)

Parameters

g
Type: VDS.RDF.IGraph
Graph.

Implements

IInferenceEngine.Apply(IGraph)
See Also