query-63475984a76ca8100b952b72ead3f48c
Tributaires de la baie d'Ungava.
SELECT DISTINCT ?id ?idLabel ?titre ?confluentLabel ?long ?locLabel ?loc1Label ?geo ?geo2 ?loc2Label WHERE {
{?id wdt:P403* wd:Q1165951}
?id wdt:P403 ?confluent .
?id wdt:P625 ?geo .
?id wdt:P131 ?loc .
{?id p:P625 [ ps:P625 ?geo; pq:P518 ?appl ] }
OPTIONAL {?id p:P625 [ ps:P625 ?geo; pq:P131 ?loc1 ] }
FILTER (?appl != wd:Q7376362).
{?id p:P625 [ ps:P625 ?geo2; pq:P518 ?cren ] }
OPTIONAL {?id p:P625 [ ps:P625 ?geo2; pq:P131 ?loc2 ] }
FILTER (?cren = wd:Q7376362).
OPTIONAL {?id wdt:P2043 ?long }
OPTIONAL {?id wdt:P4614 ?bass }
SERVICE wikibase:label {bd:serviceParam wikibase:language "fr,en" . }
OPTIONAL {
?link schema:about ?id .
?link schema:isPartOf https://fr.wikipedia.org/ .
?link schema:name ?titre.
}
}
ORDER BY ?idLabel
Use at
- https://query.wikidata.org/sparql
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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
# Tributaires de la baie d'Ungava.
SELECT DISTINCT ?id ?idLabel ?titre ?confluentLabel ?long ?locLabel ?loc1Label ?geo ?geo2 ?loc2Label WHERE {
{?id wdt:P403* wd:Q1165951}
?id wdt:P403 ?confluent .
?id wdt:P625 ?geo .
?id wdt:P131 ?loc .
{?id p:P625 [ ps:P625 ?geo; pq:P518 ?appl ] }
OPTIONAL {?id p:P625 [ ps:P625 ?geo; pq:P131 ?loc1 ] }
FILTER (?appl != wd:Q7376362).
{?id p:P625 [ ps:P625 ?geo2; pq:P518 ?cren ] }
OPTIONAL {?id p:P625 [ ps:P625 ?geo2; pq:P131 ?loc2 ] }
FILTER (?cren = wd:Q7376362).
OPTIONAL {?id wdt:P2043 ?long }
OPTIONAL {?id wdt:P4614 ?bass }
SERVICE wikibase:label {bd:serviceParam wikibase:language "fr,en" . }
OPTIONAL {
?link schema:about ?id .
?link schema:isPartOf <https://fr.wikipedia.org/> .
?link schema:name ?titre.
}
}
ORDER BY ?idLabel