Click or drag to resize

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:
Syntax
public Dictionary<INode, INode> Mapping { 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