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: 
Syntaxpublic IEnumerable<Triple> AddedTriples { get; }Public ReadOnly Property AddedTriples As IEnumerable(Of Triple)
	Get
Property Value
Type: 
IEnumerableTriple
See Also