Click or drag to resize

IOwlReasonerExtract Method (IEnumerableString)

Extracts all possible triples using the given extraction modes.

Namespace:  VDS.RDF.Query.Inference
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
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.IOwlReasoner.Extract(System.Collections.Generic.IEnumerable{System.String})"]

Exceptions
ExceptionCondition
NotSupportedExceptionMay be thrown if the Reasoner does not support such an operation.
Remarks
The modes permits for the specification of an extraction mode for reasoners that can extract specific subsets of reasoning. Where this is not supported the reasoner should simply extract all triples that can be inferred by reasoning.
See Also