query-99b4f0871dab197f1f51494146b83848

rq turtle/ttl

}}SPARQL{{

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
#title: Map of Paris Métro
#defaultView:Map{"hide":["?coords", "?line","?rgb"]}
#Metro system search
SELECT ?station ?stationLabel ?subwayLine ?coords ?line ?line_number ?layer ?rgb WHERE {
  VALUES ?search {
    wd:Q50716
  }
  ?search wdt:P527 ?lignes.
  ?lignes wdt:P5817 wd:Q55654238;
    wdt:P559 ?termini.
  ?station (wdt:P31/(wdt:P279*)) wd:Q928830;
    wdt:P5817 wd:Q55654238;
    (wdt:P361|wdt:P16) ?search;
    wdt:P625 ?coords;
    (wdt:P81|wdt:P1192) ?subwayLine;
    wdt:P197 ?pred.
  ?pred wdt:P625 ?coords_pred;
    (wdt:P81|wdt:P1192) ?subwayLine_pred.
  ?station p:P197 _:b1.
  _:b1 ps:P197 ?pred;
    pq:P5051 ?towards;
    (pq:P81

Query found at