Click or drag to resize

GraphDiffReportRemovedTriples Property

Gets the Ground Triples (i.e. no Blank Nodes) that must be removed from the 1st Graph to get the 2nd Graph.

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

Property Value

Type: IEnumerableTriple
See Also