Replies: 1 comment 5 replies
-
I don't think there is anything in the SPARQL standard(s) allowing one to check when the data was updated. Maybe there is an extension to the SPARQL 1.1 Service Description or the SPARQL 1.1 Protocol standards which expose such data but there is no way to use the SPARQL 1.1 Query Language for such a check. That said, isn't update lag a very Wikibase(or even Wikidata) specific issue? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So far we can sucessfully send a SPARQL query to wikidata. Currently am working on sending a SPARQL query to any SPARQL enpoint. I was thinking of programmatically changing the below line with the endpoint url provided by the user.
SparqlExtension/module/scripts/index/wikidata/Sparql.js
Line 8 in b14a6a6
The challenge am encountering is status code 307-internal redirect. I think its caused by
SparqlExtension/module/scripts/index/wikidata/Sparql.js
Lines 95 to 96 in b14a6a6
Am not sure how to edit the line so that it can accomodate any SPARQL endpoint
Beta Was this translation helpful? Give feedback.
All reactions