query-2a2949a802420130ec0bdf75841440d5
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
select * {
?item wdt:P3029 ?id.
bind(concat("test", ?id) as ?test).
} order by ?item
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?id"):::projected
v1("?item"):::projected
v3("?test"):::projected
v1 --"wdt:P3029"--> v2
bind0[/"concat('test',?id)"/]
v2 --o bind0
bind0 --as--o v3