GraphMatcherMapping 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; }
Public ReadOnly Property Mapping As Dictionary(Of INode, INode)
Get
Property Value
Type:
DictionaryINode,
INodeSee Also