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; }
Public ReadOnly Property RemovedTriples As IEnumerable(Of Triple)
Get
Property Value
Type:
IEnumerableTripleSee Also