query-eeec7920c6e48fa16bdec936e59538ac
Rivières du bassin de la Nottaway
SELECT DISTINCT ?id ?title ?idLabel ?len ?confluenceLabel ?oriLabel ?geo ?loc1Label ?geo2 ?loc2Label WHERE {
{?id wdt:P4614* wd:Q47004199} # Bassin de la Nottaway
?id wdt:P31 wd:Q4022 . # Rivière
?id wdt:P403 ?confluence .
?id wdt:P625 ?geo .
OPTIONAL {?id wdt:P3871 ?ori}
{?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 ?len }
OPTIONAL {?id wdt:P402 ?osm }
SERVICE wikibase:label {bd:serviceParam wikibase:language "fr,en" . }
OPTIONAL {
?link schema:about ?id .
?link schema:isPartOf https://fr.wikipedia.org/ .
?link schema:name ?title.
}
}
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#>
# Rivières du bassin de la Nottaway
SELECT DISTINCT ?id ?title ?idLabel ?len ?confluenceLabel ?oriLabel ?geo ?loc1Label ?geo2 ?loc2Label WHERE {
{?id wdt:P4614* wd:Q47004199} # Bassin de la Nottaway
?id wdt:P31 wd:Q4022 . # Rivière
?id wdt:P403 ?confluence .
?id wdt:P625 ?geo .
OPTIONAL {?id wdt:P3871 ?ori}
{?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 ?len }
OPTIONAL {?id wdt:P402 ?osm }
SERVICE wikibase:label {bd:serviceParam wikibase:language "fr,en" . }
OPTIONAL {
?link schema:about ?id .
?link schema:isPartOf <https://fr.wikipedia.org/> .
?link schema:name ?title.
}
}
ORDER BY ?idLabel