Click or drag to resize

PelletReasoner.Extract Method (IEnumerable<String>)

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.Generic.IEnumerable<String>
Extraction Modes.

Return Value

Type: IEnumerable<Triple>

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

Implements

IOwlReasoner.Extract(IEnumerable<String>)
Remarks
Currently not supported by Pellet Server.
See Also