Click or drag to resize

PelletReasoner.Unsatisfiable 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: IEnumerable<OntologyResource>

Implements

IOwlReasoner.Unsatisfiable
Remarks
Currently not supported by Pellet Server.
See Also