query-51fa96306c50bb2448e49b2599e58787

rq turtle/ttl

added before 2016-10

SELECT ?image (count(?image) AS ?cnt) (group_concat(?item) AS ?items) { ?item wdt:P18 ?image } group by ?image having (?cnt>10) added before 2016-10

SELECT ?image (count(?image) AS ?cnt) (group_concat(?item) AS ?items) { ?item wdt:P18 ?image } group by ?image having (?cnt>10) added before 2016-10

SELECT ?image (count(?image) AS ?cnt) (group_concat(?item) AS ?items) { ?item wdt:P18 ?image } group by ?image having (?cnt>10) added before 2016-10

SELECT ?image (count(?image) AS ?cnt) (group_concat(?item) AS ?items) { ?item wdt:P18 ?image } group by ?image having (?cnt>10) added before 2016-10

SELECT ?image (count(?image) AS ?cnt) (group_concat(?item) AS ?items) { ?item wdt:P18 ?image } group by ?image having (?cnt>10) added before 2016-10

SELECT ?image (count(?image) AS ?cnt) (group_concat(?item) AS ?items) { ?item wdt:P18 ?image } group by ?image having (?cnt>10) added before 2016-10

SELECT ?image (count(?image) AS ?cnt) (group_concat(?item) AS ?items) { ?item wdt:P18 ?image } group by ?image having (?cnt>10) added before 2016-10

SELECT ?image (count(?image) AS ?cnt) (group_concat(?item) AS ?items) { ?item wdt:P18 ?image } group by ?image having (?cnt>10) added before 2016-10

SELECT ?image (count(?image) AS ?cnt) (group_concat(?item) AS ?items) { ?item wdt:P18 ?image } group by ?image having (?cnt>10) added before 2016-10

SELECT ?image (count(?image) AS ?cnt) (group_concat(?item) AS ?items) { ?item wdt:P18 ?image } group by ?image having (?cnt>10)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
#added before 2016-10

SELECT ?image (count(?image) AS ?cnt) (group_concat(?item) AS ?items) {
  ?item wdt:P18 ?image
  } group by ?image having (?cnt>10)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?cnt") v3("?image"):::projected v2("?item"):::projected v4("?items") f0[["?cnt > '10^^xsd:integer'"]] f0 --> v4 v2 --"wdt:P18"--> v3 bind3[/"count(?image)"/] v3 --o bind3 bind3 --as--o v4 bind4[/"?item"/] v2 --o bind4 bind4 --as--o v4