GraphDiffReportMapping Property  | 
 
            Provides the mapping from Blank Nodes in 1 Graph to Blank Nodes in another.
            
 
    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: 
DictionaryINode, 
INode
Remarks
            In the case of Equal Graphs this will be a complete mapping, if the Graphs are different then it will be an empty/partial mapping depending on whether Blank Nodes can be mapped from one Graph to another or not.
            
See Also