-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
The Wikidata SPARQL endpoint doesn't work:
Error: Error accessing SPARQL endpoint https://query.wikidata.org/sparql: The endpoint returned an invalid SPARQL results JSON response.
at emitError (/usr/local/lib/node_modules/@ldf/server/node_modules/@ldf/datasource-sparql/lib/datasources/SparqlDatasource.js:74:33)
at Request.<anonymous> (/usr/local/lib/node_modules/@ldf/server/node_modules/@ldf/datasource-sparql/lib/datasources/SparqlDatasource.js:48:28)
at Request.emit (events.js:327:22)
at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/@ldf/server/node_modules/request/request.js:1076:12)
at Object.onceWrapper (events.js:421:28)
at IncomingMessage.emit (events.js:327:22)
at endReadableNT (_stream_readable.js:1327:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
I use following configuration:
{
"@id": "ex:mySparqlDatasource",
"@type": "SparqlDatasource",
"datasourceTitle": "Wikidata",
"description": "Wikidata",
"datasourcePath": "wikidata",
"sparqlEndpoint": "https://query.wikidata.org/sparql"
}
marcelomachado and akuckartz
Metadata
Metadata
Assignees
Labels
No labels