PelletReasoner.Realize 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:
Syntaxpublic IEnumerable<Triple> Realize()
Public Function Realize As IEnumerable(Of Triple)
Return Value
Type:
IEnumerable<Triple>[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.PelletReasoner.Realize"]
Implements
IOwlReasoner.Realize()
See Also