query-cb50b2f891864a60ceecf95582b41b5c

rq turtle/ttl

Cours d'eau alimentant le Taureau Reservoir (Q16025181)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
SELECT ?id ?idLabel ?geo ?image ?link WHERE { 
  ?id wdt:P403* wd:Q16025181 .              # se jette dans Lac Taureau
  ?id wdt:P625 ?geo .
  OPTIONAL {?id wdt:P18 ?image }
  SERVICE wikibase:label {bd:serviceParam wikibase:language "fr" . }
  OPTIONAL {
            ?link schema:about ?id .
            ?link schema:isPartOf <https://fr.wikipedia.org/> .
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?geo"):::projected v1("?id"):::projected v3("?image"):::projected v4("?link"):::projected c6(["bd:serviceParam"]):::iri c11([https://fr.wikipedia.org/]):::iri c8(["fr"]):::literal c2(["wd:Q16025181"]):::iri v1 --"wdt:P403"--> c2 v1 --"wdt:P625"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v4 -."schema:about".-> v1 v4 --"schema:isPartOf"--> c11 end