Click or drag to resize

IInferencingTripleStore.ApplyInference 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.RDF.IGraph
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