Click or drag to resize

TripleStore.ApplyInference Method

Applies Inference to the given Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void ApplyInference(
	IGraph g
)

Parameters

g
Type: VDS.RDF.IGraph
Graph to apply inference to.

Implements

IInferencingTripleStore.ApplyInference(IGraph)
See Also