User:Ecritures/SPARQL

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Images of medieval atlas De Wit shown on a map

[edit]
#defaultView:Map
SELECT ?file ?image ?depiction ?coord WHERE {
  ?file wdt:P6243 wd:Q2520345 .
  ?file wdt:P180 ?depiction .
  ?file schema:contentUrl ?url .
  SERVICE <https://query.wikidata.org/sparql> {
    ?depiction wdt:P625 ?coord.
    }
  bind(iri(concat("http://commons.wikimedia.org/wiki/Special:FilePath/", replace(substr(str(?url),53),"_","%20"))) AS ?image)
  SERVICE wikibase:label {
        bd:serviceParam wikibase:language "en" .
      }
}

Try it!