Click or drag to resize

TripleStoreApplyInference 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.RDFIGraph
Graph to apply inference to.

Implements

IInferencingTripleStoreApplyInference(IGraph)
See Also