Click or drag to resize

PelletReasonerExtract Method (IEnumerableString)

Extracts all possible triples using the given extraction modes.

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

Parameters

modes
Type: System.Collections.GenericIEnumerableString
Extraction Modes.

Return Value

Type: IEnumerableTriple

[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.PelletReasoner.Extract(System.Collections.Generic.IEnumerable{System.String})"]

Implements

IOwlReasonerExtract(IEnumerableString)
Remarks
Currently not supported by Pellet Server.
See Also