query-be94bf9e8e11a8491f63e176ab6578e7
List of cities of Lithuania where no one famous was born and died
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:List of cities of Lithuania where no one famous was born and died
#defaultView:Map
SELECT DISTINCT ?item ?itemLabel ?coor ?popul WHERE {
?item (wdt:P31/(wdt:P279*)) wd:Q7930989;
wdt:P17 wd:Q37.
MINUS { _:b3 ((wdt:P19|wdt:P20)/(wdt:P131*)) ?item. }
?item wdt:P625 ?coor;
wdt:P1082 ?popul.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY DESC (?popul)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?coor"):::projected
v2("?item"):::projected
v1("?popul"):::projected
a2((" "))
a1((" "))
a3((" "))
c3(["wd:Q7930989"]):::iri
c5(["wd:Q37"]):::iri
c12(["bd:serviceParam"]):::iri
c14(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v2 --"wdt:P17"--> c5
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
a2 --"wdt:P20"--> a3
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
a2 --"wdt:P19"--> a3
end
union0r <== or ==> union0l
end
a3 --"wdt:P131"--> v2
end
v2 --"wdt:P625"--> v3
v2 --"wdt:P1082"--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c12 --"wikibase:language"--> c14
end