Click or drag to resize

SparqlConnector Constructor (Uri)

Creates a new SPARQL Connector which uses the given SPARQL Endpoint.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SparqlConnector(
	Uri endpointUri
)

Parameters

endpointUri
Type: SystemUri
Endpoint URI.
See Also