Click or drag to resize

StaticOwlReasonerWrapperApply Method (IGraph, IGraph)

Applies the reasoner to the given input Graph outputting inferences into the output Graph.

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

Parameters

input
Type: VDS.RDFIGraph
Input Graph.
output
Type: VDS.RDFIGraph
Output Graph.

Implements

IInferenceEngineApply(IGraph, IGraph)
See Also