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
)
Public Sub New (
endpointUri As Uri
)
Parameters
- endpointUri
- Type: SystemUri
Endpoint URI.
See Also