SparqlHttpProtocolConnector.UpdateGraph Method (String, IEnumerable<Triple>, IEnumerable<Triple>) |
Updates a Graph on the Protocol Server.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax
RemarksNote: The SPARQL Graph Store HTTP Protocol for Graph Management only supports the addition of Triples to a Graph and does not support removal of Triples from a Graph. If you attempt to remove Triples then an
RdfStorageException will be thrown.
See Also