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:
Syntaxpublic Dictionary<INode, INode> Mapping { get; }
Public ReadOnly Property Mapping As Dictionary(Of INode, INode)
Get
Property Value
Type:
Dictionary<INode,
INode>
See Also