Type Alias: SparqlQueryFunction()
SparqlQueryFunction = (
params
) =>Promise
<Response
>
Defined in: data/sparql/sparqlDataProvider.ts:141
Custom function to send SPARQL HTTP requests.
Parameters
Parameter | Type |
---|---|
| { |
|
|
| {[ |
|
|
|
|
|
|
Returns
Promise
<Response
>