query-1e89a1ba66836cde3f93fcba43ff0b1b

rq turtle/ttl

Routes en France

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
SELECT ?route ?routeLabel ?coord ?coordonnées WHERE {
  ?route(wdt:P31/(wdt:P279*)) wd:Q34442.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
  ?route wdt:P17 wd:Q142.
  OPTIONAL { ?route wdt:P625 ?coord. }
  OPTIONAL {
    ?route p:P159 ?position_du_siège.
    ?position_du_siège wdt:P625 ?coordonnées.
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?coord"):::projected v4("?coordonnées"):::projected v3("?position_du_siège") v1("?route"):::projected a1((" ")) c3(["wd:Q34442"]):::iri c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;"]):::literal c9(["wd:Q142"]):::iri v1 --"p:direct/P31"--> a1 a1 --"p:direct/P279"--> c3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end v1 --"p:direct/P17"--> c9 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:direct/P625".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:P159".-> v3 v3 --"p:direct/P625"--> v4 end