Click or drag to resize

IOwlReasonerIsConsistent Method

Returns whether the underlying knowledge base is consistent.

Namespace:  VDS.RDF.Query.Inference
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
bool IsConsistent()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.IOwlReasoner.IsConsistent"]

Exceptions
ExceptionCondition
NotSupportedExceptionMay be thrown if the Reasoner does not support such an operation.
See Also