query-34d923f089b1371c25bd31ad3b0e8392
Problems with "search results" and "hide/show pagination"Good morning from Vienna, numerous times I tried to enter the following query:
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item WHERE {
?item wdt:P31 wd:Q3305213.
FILTER NOT EXISTS {?item wdt:P1257 ?icon}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?icon")
v1("?item"):::projected
c3(["wd:Q3305213"]):::iri
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"wdt:P1257"--> e0v2
e0v2("?icon"):::projected
e0v1("?item"):::projected
end
f0--EXISTS--> f0e0
f0 --> v1
f0 --> c1
f0 --> v2
v1 --"wdt:P1257"--> v2
v1 --"wdt:P31"--> c3