Click or drag to resize

IOwlReasonerIsConsistent Method (IGraph)

Returns whether the given Graph is consistent with the underlying knowledge base.

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

Parameters

g
Type: VDS.RDFIGraph
Graph.

Return Value

Type: Boolean

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

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