query-dc298910ca7b16faf854894fe2b0b8ad

rq turtle/ttl

are not appearing, and I don't know why. You can see that this items actually exist:(Q829469)Camino del Norte All of the items added to , but I want to limit it only to Santiago Way, not other things the items are part of.(Q41150)Way of Saint James to show the part of (P361)part of I'm using

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 ?Kostaldeko_Done_Jakue_bidea ?Kostaldeko_Done_Jakue_bideaLabel ?koordenatuak WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?Kostaldeko_Done_Jakue_bidea wdt:P361 wd:Q829469.
  OPTIONAL { ?Kostaldeko_Done_Jakue_bidea wdt:P625 ?koordenatuak. }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?Kostaldeko_Done_Jakue_bidea"):::projected v2("?koordenatuak"):::projected c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal c6(["wd:Q829469"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P361"--> c6 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P625".-> v2 end