Click or drag to resize

GraphDiffReport.RemovedMSGs 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: IEnumerable<IGraph>
See Also