Click or drag to resize

SparqlRemoteEndpoint Constructor (Uri, Uri, IEnumerableUri)

Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SparqlRemoteEndpoint(
	Uri endpointUri,
	Uri defaultGraphUri,
	IEnumerable<Uri> namedGraphUris
)

Parameters

endpointUri
Type: SystemUri
Remote Endpoint URI.
defaultGraphUri
Type: SystemUri
Default Graph URI to use when Querying the Endpoint.
namedGraphUris
Type: System.Collections.GenericIEnumerableUri
Named Graph URIs to use when Querying the Endpoint.
See Also