Click or drag to resize

IInferencingTripleStoreApplyInference Method

Applies Inference to the given Graph.

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

Parameters

g
Type: VDS.RDFIGraph
Graph to apply inference to.
Remarks
Allows you to apply Inference to a Graph even if you're not putting that Graph into the Store.
See Also