IGraphHasSubGraph Method (IGraph, DictionaryINode, INode) |
Checks whether this Graph has the given Graph as a sub-graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax bool HasSubGraph(
IGraph g,
out Dictionary<INode, INode> mapping
)
Function HasSubGraph (
g As IGraph,
<OutAttribute> ByRef mapping As Dictionary(Of INode, INode)
) As Boolean
Parameters
- g
- Type: VDS.RDFIGraph
Graph. - mapping
- Type: System.Collections.GenericDictionaryINode, INode
Mapping of Blank Nodes.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.IGraph.HasSubGraph(VDS.RDF.IGraph,System.Collections.Generic.Dictionary{VDS.RDF.INode,VDS.RDF.INode}@)"]
See Also