dotNetRDF API Documentation
dotNetRDF API Documentation
VDS.RDF.Query.Inference
IInferenceEngine Interface
IInferenceEngine Methods
Apply Method
Apply Method (IGraph)
Apply Method (IGraph, IGraph)
IInferenceEngine
.
Apply Method (IGraph)
Applies inference to the given Graph and outputs the inferred information to that Graph.
Namespace:
VDS.RDF.Query.Inference
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax
C#
VB
Copy
void
Apply
(
IGraph
g
)
Sub
Apply
(
g
As
IGraph
)
Parameters
g
Type:
VDS.RDF
.
IGraph
Graph.
See Also
Reference
IInferenceEngine Interface
Apply Overload
VDS.RDF.Query.Inference Namespace
Please report any bugs or issues with this documentation at http://github.com/dotnetrdf/dotnetrdf/issues
Copyright (c) 2009 - 2020 dotNetRDF Project