SparqlRemoteEndpoint Constructor (Uri, Uri) |
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
)
Public Sub New (
endpointUri As Uri,
defaultGraphUri As Uri
)
Parameters
- endpointUri
- Type: SystemUri
Remote Endpoint URI. - defaultGraphUri
- Type: SystemUri
Default Graph URI to use when Querying the Endpoint.
See Also