query-d21d091ecd8e5a38857b6f8dafca1c61
Members of the Parliament of FinlandBoth of these queries should return an empty list. . (P2181)Finnish MP ID , but no (Q17592486)member of the Parliament of Finland (P39)position held Items with
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#>
SELECT ?item ?itemLabel ?itemDescription
WHERE
{
?item wdt:P39 wd:Q17592486.
FILTER NOT EXISTS { ?item wdt:P2181 [] }
SERVICE wikibase:label { bd:serviceParam wikibase:language "fi" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
c5(["bd:serviceParam"]):::iri
c7(["fi"]):::literal
c3(["wd:Q17592486"]):::iri
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"wdt:P2181"--> e0a1
e0v1("?item"):::projected
e0a1((" ")):::projected
end
f0--EXISTS--> f0e0
f0 --> v1
f0 --> c1
f0 --> a1
v1 --"wdt:P2181"--> a1
v1 --"wdt:P39"--> c3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end