query-f60683dc6caca62dc4419187d4f0416c

rq turtle/ttl

Basic map of U1 subway stations in Berlin Basic map of U1 subway stations in Berlin Carte basique des stations de métro de la ligne U1 à Berlin Basic map of U1 subway stations in Berlin Basic map of U1 subway stations in Berlin Basiskaart van de U1-treinstations in Berlijn Grundläggande karta över U1-tunnelbanestationer i Berlin Basic map of U1 subway stations in Berlin Basic map of U1 subway stations in Berlin Basic map of U1 subway stations in Berlin

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#>
#added before 2016-10
#defaultView:Map
SELECT ?stationLabel ?coord
WHERE {
    ?station wdt:P81 wd:Q99691 ;
         wdt:P625 ?coord .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?coord"):::projected v1("?station") c7(["#91;AUTO_LANGUAGE#93;,de"]):::literal c5(["bd:serviceParam"]):::iri c2(["wd:Q99691"]):::iri v1 --"wdt:P81"--> c2 v1 --"wdt:P625"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end