Click or drag to resize

StaticSkosReasonerApply Method (IGraph, IGraph)

Applies inference to the Input Graph and outputs the inferred information to 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
Graph to apply inference to.
output
Type: VDS.RDFIGraph
Graph inferred information is output to.

Implements

IInferenceEngineApply(IGraph, IGraph)
See Also