IInferenceEngineApply Method (IGraph, IGraph) |
Applies inference to the Input Graph and outputs the inferred information to the Output Graph.
Namespace:
VDS.RDF.Query.Inference
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax void Apply(
IGraph input,
IGraph output
)
Sub Apply (
input As IGraph,
output As IGraph
)
Parameters
- input
- Type: VDS.RDFIGraph
Graph to apply inference to. - output
- Type: VDS.RDFIGraph
Graph inferred information is output to.
See Also