SparqlRemoteEndpoint Constructor (Uri, String, IEnumerableString) |
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,
string defaultGraphUri,
IEnumerable<string> namedGraphUris
)
Public Sub New (
endpointUri As Uri,
defaultGraphUri As String,
namedGraphUris As IEnumerable(Of String)
)
Parameters
- endpointUri
- Type: SystemUri
Remote Endpoint URI. - defaultGraphUri
- Type: SystemString
Default Graph URI to use when Querying the Endpoint. - namedGraphUris
- Type: System.Collections.GenericIEnumerableString
Named Graph URIs to use when Querying the Endpoint.
See Also