Click or drag to resize

PelletReasonerUnsatisfiable Property

Returns the enumeration of unsatisfiable classes.

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

Property Value

Type: IEnumerableOntologyResource

Implements

IOwlReasonerUnsatisfiable
Remarks
Currently not supported by Pellet Server.
See Also