Click or drag to resize

StaticOwlReasonerWrapper.Apply 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.RDF.IGraph
Input Graph.
output
Type: VDS.RDF.IGraph
Output Graph.

Implements

IInferenceEngine.Apply(IGraph, IGraph)
See Also