Click or drag to resize

StaticOwlReasonerWrapperApply 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.RDFIGraph
Graph.

Implements

IInferenceEngineApply(IGraph)
See Also