Click or drag to resize

GraphMatcher.Mapping Property

Gets the Blank Node Mapping found between the Graphs (if one was found).

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Dictionary<INode, INode> Mapping { get; }

Property Value

Type: Dictionary<INode, INode>
See Also