Interface: SparqlDataProviderOptions
Defined in: data/sparql/sparqlDataProvider.ts:50
Options for SparqlDataProvider.
See
Properties
Property | Type | Description |
---|---|---|
| Chunk size to split each SPARQL request with multiple input IRIs into. To disable batch splitting pass Default is | |
| SPARQL endpoint URL to send queries to. | |
RDF/JS-compatible term factory to create RDF terms. | ||
readonly | Element property type IRIs to use to get image URLs for elements. If needed, image URL extraction can be customized via prepareImages. | |
Property IRI to store prepared image URL for an entity. Default
| ||
( | Allows to extract/fetch image URLs externally instead of using imagePropertyUris option. | |
Property IRI to store prepared labels for an entity. Default
| ||
( | Allows to extract/fetch labels separately from SPARQL query as an alternative or
in addition to | |
Custom function to send SPARQL requests. By default, a global fetch() is used with the following options:
| ||
| Query method for SPARQL queries to use:
Default
|