dotNetRDF API Documentation

SparqlHttpProtocolConnector Class

Class for connecting to any store that implements the SPARQL Graph Store HTTP Protocol for Managing Graphs

For a list of all members of this type, see SparqlHttpProtocolConnector Members .

System.Object
   BaseHttpConnector
      BaseAsyncHttpConnector
         SparqlHttpProtocolConnector
            FusekiConnector

public class SparqlHttpProtocolConnector : BaseAsyncHttpConnector, IConfigurationSerializable, IStorageProvider

Remarks

The SPARQL Graph Store HTTP Protocol is defined as part of SPARQL 1.1 and is currently a working draft so implementations are not guaranteed to be fully compliant with the draft and the protocol may change in the future.

Note: While this connector supports the update of a Graph the Graph Store HTTP Protocol only allows for the addition of data to an existing Graph and not the removal of data, therefore any calls to UpdateGraph() that would require the removal of Triple(s) will result in an error.

Requirements

Namespace: VDS.RDF.Storage

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

SparqlHttpProtocolConnector Members | VDS.RDF.Storage Namespace