query-3287706b34d570334877dae8aa71a023
Rivers without any mouth specified in Lithuania
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 bd: <http://www.bigdata.com/rdf#>
#title:Rivers without any mouth specified in Lithuania
#defaultView:Table
SELECT DISTINCT ?item ?itemLabel WHERE {
?item (wdt:P31/(wdt:P279*)) wd:Q4022.
?item wdt:P17 wd:Q37.
FILTER(NOT EXISTS { ?item wdt:P403 ?mouth. })
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY (?itemLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?itemLabel"):::projected
v3("?mouth")
a1((" "))
c8(["bd:serviceParam"]):::iri
c4(["wd:Q4022"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c6(["wd:Q37"]):::iri
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"wdt:P403"--> e0v2
e0v1("?item"):::projected
e0v2("?mouth"):::projected
end
f0--EXISTS--> f0e0
f0 --> v2
f0 --> c1
f0 --> v3
v2 --"wdt:P403"--> v3
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c4
v2 --"wdt:P17"--> c6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end