Click or drag to resize

FusekiConnector.UpdateGraph Method (Uri, IEnumerable<Triple>, IEnumerable<Triple>)

Updates a Graph in the Fuseki store.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override void UpdateGraph(
	Uri graphUri,
	IEnumerable<Triple> additions,
	IEnumerable<Triple> removals
)

Parameters

graphUri
Type: System.Uri
URI of the Graph to update.
additions
Type: System.Collections.Generic.IEnumerable<Triple>
Triples to be added.
removals
Type: System.Collections.Generic.IEnumerable<Triple>
Triples to be removed.

Implements

IStorageProvider.UpdateGraph(Uri, IEnumerable<Triple>, IEnumerable<Triple>)
IStorageProvider.UpdateGraph(Uri, IEnumerable<Triple>, IEnumerable<Triple>)
See Also