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