query-74a3c8e602003537a7912d875ac88adb
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX schema: <http://schema.org/>
select ?item {
?sitelink schema:about ?item ; schema:isPartOf <https://en.wikisource.org/> .
?item wdt:P18 ?image .
} group by ?item having (count(?image) > 1)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?_anon_42b5416610844a34809f33a099ae9de176032")
v3("?image")
v2("?item"):::projected
v1("?sitelink")
a1((" "))
c4([https://en.wikisource.org/]):::iri
f0[[" > '1^^xsd:integer'"]]
f0 --> a1
v1 --"schema:about"--> v2
v1 --"schema:isPartOf"--> c4
v2 --"wdt:P18"--> v3
bind2[/"count(?image)"/]
v3 --o bind2
bind2 --as--o v4