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; }
Public ReadOnly Property RemovedMSGs As IEnumerable(Of IGraph)
Get
Property Value
Type:
IEnumerableIGraphSee Also