query-9610e763c9465b6391403ccf8e2bede0

rq turtle/ttl

Map with waypoints

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#>
SELECT ?location ?locationLabel ?coordinates
{
    VALUES ?expedition { wd:Q1225170 } 
    VALUES ?waypoints { wdt:P1427 wdt:P2825 wdt:P559 }
    ?expedition ?waypoints ?location .
    ?location wdt:P625 ?coordinates .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?coordinates"):::projected v1("?expedition") v3("?location"):::projected v2("?waypoints") c3(["bd:serviceParam"]):::iri c5(["en"]):::literal bind0[/VALUES ?expedition/] bind0-->v1 bind00(["wd:Q1225170"]) bind00 --> bind0 bind1[/VALUES ?waypoints/] bind1-->v2 bind10(["wdt:P1427"]) bind10 --> bind1 bind11(["wdt:P2825"]) bind11 --> bind1 bind12(["wdt:P559"]) bind12 --> bind1 v1 -->v2--> v3 v3 --"wdt:P625"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end