Click or drag to resize

IOwlReasoner.Extract Method (IGraph, INode)

Extract a reasoning enhanced sub-graph from the given Graph rooted at the given Node.

Namespace:  VDS.RDF.Query.Inference
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
IGraph Extract(
	IGraph g,
	INode n
)

Parameters

g
Type: VDS.RDF.IGraph
Graph.
n
Type: VDS.RDF.INode
Root Node.

Return Value

Type: IGraph

[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.IOwlReasoner.Extract(VDS.RDF.IGraph,VDS.RDF.INode)"]

See Also