query-0d5dbdd589ecdc860377b1237a1d7865
but so far I did not managed to get it to work. I was thinking that since
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?file ?wd ?fileStr {
BIND (str(?file) as ?fileStr)
?file wdt:P6243 ?wd .
} limit 10
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?file"):::projected
v1("?fileStr"):::projected
v3("?wd"):::projected
bind0[/"str(?file)"/]
v2 --o bind0
bind0 --as--o v1
v2 --"wdt:P6243"--> v3