Click or drag to resize

GraphDiffReportRemovedMSGs Property

Gets the MSGs (Minimal Spanning Graphs i.e. sets of Triples sharing common Blank Nodes) that must be added to the 1st Graph to get the 2nd Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<IGraph> RemovedMSGs { get; }

Property Value

Type: IEnumerableIGraph
See Also