IInferencingTripleStore.ApplyInference Method |
Applies Inference to the given Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxvoid ApplyInference(
IGraph g
)
Sub ApplyInference (
g As IGraph
)
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