query-bf2bc4d66a02ab77627bf2001b4edaac
title:missing images in Ternberg SELECT DISTINCT ?_s ?_sLabel ?_sDescription ?woLabel WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } ?_s wdt:P17 wd:Q40. ?_s wdt:P131/wdt:P279 wd:Q40. ?_s wdt:P31 []. ?_s wdt:P625 []. ?_s wdt:P131 wd:Q671466 MINUS { ?_s wdt:P18 [] } MINUS { ?_s wdt:P373 [] } }
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:missing images in Ternberg
SELECT DISTINCT ?_s ?_sLabel ?_sDescription ?woLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?_s wdt:P17 wd:Q40.
?_s wdt:P131*/wdt:P279* wd:Q40.
?_s wdt:P31 [].
?_s wdt:P625 [].
?_s wdt:P131 wd:Q671466
MINUS
{
?_s wdt:P18 []
}
MINUS
{
?_s wdt:P373 []
}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?_s"):::projected
a2((" "))
a3((" "))
a4((" "))
a5((" "))
a1((" "))
c6(["wd:Q40"]):::iri
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c11(["wd:Q671466"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P17"--> c6
v1 --"wdt:P131"--> a1
a1 --"wdt:P279"--> c6
v1 --"wdt:P31"--> a2
v1 --"wdt:P625"--> a3
v1 --"wdt:P131"--> c11
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P18"--> a4
end
subgraph minus1["MINUS"]
style minus1 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P373"--> a5
end