Click or drag to resize

FourStoreConnector.Update Method (String)

Applies a SPARQL Update against 4store.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Update(
	string sparqlUpdate
)

Parameters

sparqlUpdate
Type: System.String
SPARQL Update.

Implements

IUpdateableStorage.Update(String)
Remarks
Note: Please be aware that some valid SPARQL Updates may not be accepted by 4store since the SPARQL parser used by 4store does not support some of the latest editors draft syntax changes.
See Also