query-f590c2ce3ac7e16efb3b54e6ad2ecf7e

rq turtle/ttl

Map of Camino de Santiago not showing all the coordinatesHello! colorized by the part of the way. I'm using this code, but I have two problems: (Q41150)Way of Saint James I want to make a map of all monuments along the

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 ?Donejakue_bidea ?Donejakue_bideaLabel ?koordenatuak ?layerLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "eu,en". }
  ?Donejakue_bidea (wdt:P361*) wd:Q39081159;
    wdt:P625 ?koordenatuak.
  ?Donejakue_bidea wdt:P1435 wd:Q65553409.
  ?Donejakue_bidea wdt:P361 ?bidea
  BIND (?bidea AS ?layer)
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?Donejakue_bidea"):::projected v3("?bidea") v2("?koordenatuak"):::projected v4("?layer") c4(["eu,en"]):::literal c2(["bd:serviceParam"]):::iri c6(["wd:Q39081159"]):::iri c9(["wd:Q65553409"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P361"--> c6 v1 --"wdt:P625"--> v2 v1 --"wdt:P1435"--> c9 v1 --"wdt:P361"--> v3 bind0[/"?bidea"/] v3 --o bind0 bind0 --as--o v4