Click or drag to resize

StaticSkosReasonerApply Method (IGraph)

Applies inference to the given Graph and outputs the inferred information to that 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