query-7cee1e681fb98c738e527d53d50c8db9
. This is not currently the case but if it were, we run into the next problem — how to display results from multiple sites. For instance, the query (Q5638917)Template:Current ). However, I could imagine Listeria to do the looping over the different endpoints such that the query service would always be called with a constant for each wiki that has a local equivalent of Phabricator ticketThis does not currently work because the query service expects the endpoint to be a constant rather than a variable (see
Use at
- https://query.wikidata.org/sparql
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
SELECT ?item WHERE { ?item schema:about wd:Q5638917 }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["wd:Q5638917"]):::iri
v1 --"schema:about"--> c2