Click or drag to resize

IInferenceEngineApply 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
void Apply(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
See Also