TripleStore._reasoners Field |
List of Reasoners that are applied to Graphs as they are added to the Triple Store.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected List<IInferenceEngine> _reasoners
Protected _reasoners As List(Of IInferenceEngine)
Field Value
Type:
List<IInferenceEngine>
See Also