query-d66a00e7d688cedf495e14008fce7566

rq turtle/ttl

Mecklenburg-Western Pomerania, Germany

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/>
#defaultView:Map{"hide":["?coords", "?line","?rgb"]}
SELECT distinct ?station ?stationLabel ?subwayLine ?coords ?line ?line_number ?layer ?rgb
  with {
    select ?search {
       VALUES ?search { wd:Q21036419 #wd:Q2516262         
       }
    }
  } as %values
  {
    include %values .
#rail system search

OPTIONAL { ?search wdt:P527|wdt:P121 ?lignes. }#what are the lines of that network?
  bind(coalesce(?lignes,?search) as ?lignes).#we add the self-item, in case of small lines without network
#  ?lignes wdt:P559 ?termini.#What are the termini of the lines of that light rail
  ?station wdt:P31/wdt:P279* wd:Q548662;  #Any type of service station
   wdt:P5817 wd:Q55654238;#That are running
   wdt:P16|wdt:P81|wdt:P1192 ?search;#That are part of the searched network
   wdt:P625 ?coords;
   wdt:P81|wdt:P1192 ?subwayLine;
   wdt:P197 ?pred.
  ?pred wdt:P625 ?coords_pred;wdt:P5817 wd:Q55654238;#Neighbours that are running
   wdt:P81|wdt:P1192 ?subwayLine_pred.
  ?station p:P197 _:b1.
  _:b1 ps:P197 ?pred ;
    pq:P5051 ?towards;
    pq:P81

Query found at