PelletReasonerExtract 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: 
Syntaxpublic IGraph Extract(
	IGraph g,
	INode n
)
Public Function Extract ( 
	g As IGraph,
	n As INode
) As IGraph
Parameters
- g
 - Type: VDS.RDFIGraph
Graph. - n
 - Type: VDS.RDFINode
Root Node. 
Return Value
Type: 
IGraph[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.PelletReasoner.Extract(VDS.RDF.IGraph,VDS.RDF.INode)"]
Implements
IOwlReasonerExtract(IGraph, INode)
Remarks
            Currently not supported by Pellet Server.
            
See Also