query-06baf2ce4a0b404166a605fceddbb24f

rq turtle/ttl

Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Mapa umístění všech obrazů Johannese Vermeera s obrázkem Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Carte des lieux où se trouvent les tableaux de Johannes Vermeer, avec une représentation des tableaux Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Mappa dei luoghi di tutti i dipinti di Johannes Vermeer con un'immagine Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Kaart van de locaties van alle schilderijen van Johannes Vermeer met een afbeelding Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image Map of the locations of all paintings by Johannes Vermeer with an image 地图上的约翰内斯·维米尔(Johannes Vermeer)所有画作的位置和图像

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
SELECT ?painting ?paintingLabel ?location ?image where {
  ?painting wdt:P276 ?collection;
            wdt:P170 wd:Q41264;
            wdt:P18 ?image.
  ?collection wdt:P625 ?location.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?collection") v3("?image"):::projected v4("?location"):::projected v1("?painting"):::projected c7(["bd:serviceParam"]):::iri c3(["wd:Q41264"]):::iri c9(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal v1 --"wdt:P276"--> v2 v1 --"wdt:P170"--> c3 v1 --"wdt:P18"--> v3 v2 --"wdt:P625"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end