Click or drag to resize

IOwlReasonerUnsatisfiable Property

Returns the enumeration of unsatisfiable classes.

Namespace:  VDS.RDF.Query.Inference
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
IEnumerable<OntologyResource> Unsatisfiable { get; }

Property Value

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