SparqlRemoteEndpoint Constructor |
Name | Description | |
---|---|---|
![]() | SparqlRemoteEndpoint() |
Empty Constructor for use by derived classes.
|
![]() | SparqlRemoteEndpoint(Uri) |
Creates a new SPARQL Endpoint for the given Endpoint URI.
|
![]() | SparqlRemoteEndpoint(Uri, IEnumerable<String>) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
|
![]() | SparqlRemoteEndpoint(Uri, IEnumerable<Uri>) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
|
![]() | SparqlRemoteEndpoint(Uri, String) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph Uri.
|
![]() | SparqlRemoteEndpoint(Uri, Uri) |
Creates a new SPARQL Endpoint for the given Endpoint Uri using the given Default Graph Uri.
|
![]() | SparqlRemoteEndpoint(Uri, IEnumerable<String>, IEnumerable<String>) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
|
![]() | SparqlRemoteEndpoint(Uri, IEnumerable<String>, IEnumerable<Uri>) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
|
![]() | SparqlRemoteEndpoint(Uri, IEnumerable<Uri>, IEnumerable<String>) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
|
![]() | SparqlRemoteEndpoint(Uri, IEnumerable<Uri>, IEnumerable<Uri>) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
|
![]() | SparqlRemoteEndpoint(Uri, String, IEnumerable<String>) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
|
![]() | SparqlRemoteEndpoint(Uri, Uri, IEnumerable<String>) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
|
![]() | SparqlRemoteEndpoint(Uri, Uri, IEnumerable<Uri>) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
|