query-231b6e43cad05df791c6a75898cc23d1
Cours d'eau du bassin du lac Saint-Pierre sans crénon
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 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#>
SELECT ?item (COUNT(?item) as ?count)
WHERE
{
?item (wdt:P4614*) wd:Q50375272.
?item (wdt:P31) wd:Q4022.
{?item p:P625 [ ps:P625 ?geo1; pq:P518 ?appl ] }
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr,en". }
}
GROUP BY ?item
HAVING (?count < 2)
LIMIT 100
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?appl")
v5("?count")
v3("?geo1")
v2("?item"):::projected
a1((" "))
c10(["bd:serviceParam"]):::iri
c5(["wd:Q4022"]):::iri
c12(["fr,en"]):::literal
c3(["wd:Q50375272"]):::iri
f0[["?count < '2^^xsd:integer'"]]
f0 --> v5
v2 --"p:direct/P4614"--> c3
v2 --"p:direct/P31"--> c5
a1 --"p:statement/P625"--> v3
a1 --"p:qualifier/P518"--> v4
v2 --"p:P625"--> a1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c10 --"wikibase:language"--> c12
end
bind2[/"count(?item)"/]
v2 --o bind2
bind2 --as--o v5