Click or drag to resize

PelletReasonerRealize Method

Extracts the triples which comprise the class hierarchy and individuals of those classes.

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

Return Value

Type: IEnumerableTriple

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

Implements

IOwlReasonerRealize
See Also