Click or drag to resize

FusekiConnector.UpdateGraph Method (String, 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(
	string graphUri,
	IEnumerable<Triple> additions,
	IEnumerable<Triple> removals
)

Parameters

graphUri
Type: System.String
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(String, IEnumerable<Triple>, IEnumerable<Triple>)
IStorageProvider.UpdateGraph(String, IEnumerable<Triple>, IEnumerable<Triple>)
See Also