Click or drag to resize

IOwlReasoner.Classify Method

Extracts the triples which comprise the class hierarchy.

Namespace:  VDS.RDF.Query.Inference
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
IEnumerable<Triple> Classify()

Return Value

Type: IEnumerable<Triple>

[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.IOwlReasoner.Classify"]

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