Click or drag to resize

GraphDiffReportAddedTriples Property

Gets the Ground Triples (i.e. no 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<Triple> AddedTriples { get; }

Property Value

Type: IEnumerableTriple
See Also