see: https://github.com/wbstack/queryservice/pull/113
Requested by a user on telegram
| Tarrow | |
| Apr 18 2024, 8:44 AM |
| F50631264: image.png | |
| May 7 2024, 5:31 AM |
see: https://github.com/wbstack/queryservice/pull/113
Requested by a user on telegram
@EgonWillighagen this is now shipped; please let us know if it's now doing what you need
I cannot confirm it working online yet, tho. The following SPARQL should work:
sparql
PREFIX wp: <http://vocabularies.wikipathways.org/wp#>
SELECT ?lipid ?wpLipid ?lmIRI WHERE {
?lipid wdt:P2063 ?lmid .
BIND (iri(concat("https://identifiers.org/lipidmaps/", str(?lmid))) AS ?lmIRI)
SERVICE <https://sparql.wikipathways.org/sparql> {
?wpLipid wp:bdbLipidMaps ?lmIRI .
}
}But I get this error message:
Maybe "shipped" means part of the dev version and will be part of the next release? But I hope the query can be used as a test.
Interestingly I think service is working fine (both wikibase.cloud staging and production) for me. I tested this with the following query:
this is simpler than your query and run on a wiki I know (I wasn't sure which wiki to run your query on)?
Could you try it and let me know if I'm missing something?
Ah, thanks. I was running it on the Wikidata query service. I guess it was just not rolled out there. I really appreciate that this was picked up!
Thanks for the PR. Unfortunately changes here won't automatically feed into the wikidata deployment. I made a ticket for it :)