Namespace VDS.RDF.Update.Protocol
Classes
Abstract Base class for SPARQL Graph Store HTTP Protocol for Graph Management implementations.
A processor for the SPARQL Graph Store HTTP Protocol which operates by performing the desired operations on some arbitrary underlying Store for which an IStorageProvider is available.
A processor for the SPARQL Graph Store HTTP Protocol which operates by using the libraries in-memory Leviathan SPARQL engine and converting protocol actions to SPARQL Query/Update commands as appropriate.
A processor for the SPARQL Graph Store HTTP Protocol which operates by translating the requests into SPARQL Query/Update commands as specified by the SPARQL Graph Store HTTP Protocol specification and passing the generated commands to a ISparqlUpdateProcessor which will handle the actual application of the updates.
Class of exceptions that may occur when using the SPARQL Graph Store HTTP Protocol for Graph Management.
Exception that occurs when a Protocol Processor is provided with a invalid URI for the Graph to be acted upon.
Exception that occurs when a Protocol Processor cannot resolve the URI for the Graph to be acted upon.
Interfaces
Interface for SPARQL Graph Store HTTP Protocol for Graph Management processors.