Advertisement
TrinkerMedia

Squared Images Wikidata

Dec 2nd, 2021
2,299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.32 KB | None | 0 0
  1. #defaultView:ImageGrid
  2. SELECT ?item ?itemLabel ?image
  3. WHERE {
  4.  ?item wdt:P31 wd:Q3305213 .
  5.   ?item wdt:P136 wd:Q191163 .
  6.  ?item wdt:P2048 ?height .
  7.   ?item wdt:P2049 ?width .
  8.   ?item wdt:P18 ?image
  9.   FILTER(?height = ?width )
  10.     SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement