IOwlReasoner.Extract Method (IEnumerable<String>) |
Extracts all possible triples using the given extraction modes.
Namespace:
VDS.RDF.Query.Inference
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
SyntaxIEnumerable<Triple> Extract(
IEnumerable<string> modes
)
Function Extract (
modes As IEnumerable(Of String)
) As IEnumerable(Of Triple)
Parameters
- modes
- Type: System.Collections.Generic.IEnumerable<String>
Extraction Modes.
Return Value
Type:
IEnumerable<Triple>[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.IOwlReasoner.Extract(System.Collections.Generic.IEnumerable{System.String})"]
Exceptions
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