Click or drag to resize

PelletReasonerIsConsistent 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
public bool IsConsistent(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
Graph.

Return Value

Type: Boolean

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

Implements

IOwlReasonerIsConsistent(IGraph)
Remarks
Currently not supported by Pellet Server.
See Also