PelletReasoner.IsConsistent 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:
Syntaxpublic bool IsConsistent(
IGraph g
)
Public Function IsConsistent (
g As IGraph
) As Boolean
Parameters
- g
- Type: VDS.RDF.IGraph
Graph.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.PelletReasoner.IsConsistent(VDS.RDF.IGraph)"]
Implements
IOwlReasoner.IsConsistent(IGraph)
Remarks
Currently not supported by Pellet Server.
See Also