VDS.RDF.Update.Protocol Namespace |
Namespaces containing classes which implement the SPARQL Graph Store HTTP Protocol for RDF Graph Management.
Class | Description | |
---|---|---|
BaseProtocolProcessor |
Abstract Base class for SPARQL Graph Store HTTP Protocol for Graph Management implementations.
| |
GenericProtocolProcessor |
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.
| |
LeviathanProtocolProcessor |
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.
| |
ProtocolToUpdateProcessor |
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.
| |
SparqlHttpProtocolException |
Class of exceptions that may occur when using the SPARQL Graph Store HTTP Protocol for Graph Management.
| |
SparqlHttpProtocolUriInvalidException |
Exception that occurs when a Protocol Processor is provided with a invalid URI for the Graph to be acted upon.
| |
SparqlHttpProtocolUriResolutionException |
Exception that occurs when a Protocol Processor cannot resolve the URI for the Graph to be acted upon.
|
Interface | Description | |
---|---|---|
ISparqlHttpProtocolProcessor |
Interface for SPARQL Graph Store HTTP Protocol for Graph Management processors.
|