query-928e9c77a3474acd9761b4fecf6162b2
New example query for Wikidata:SPARQL federation input works. > }http://www.openlinksw.com/virtrdf-data-formats#default-iidVALUES ?a { < doesn't exist anymore. Could someone more skilled than me create a new example? I am particularly interested about to see how the http://www.openlinksw.com/virtrdf-data-formats#default-iid there is the following example query which doesn't anymore work because Wikidata:SPARQL federation inputOn page
Use at
- https://query.wikidata.org/sparql
SELECT ?a ?b ?c WHERE {
{ SELECT ?a ?b ?c WHERE {
?a ?b ?c
} LIMIT 1
} }
VALUES ?a { <http://www.openlinksw.com/virtrdf-data-formats#default-iid> }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?a"):::projected
v2("?b"):::projected
v3("?c"):::projected
bind0[/VALUES ?a/]
bind0-->v1
bind00([http://www.openlinksw.com/virtrdf-data-formats#default-iid])
bind00 --> bind0
v1 -->v2--> v3