query-003ed889da07670cc9e29806f6307ad4
. (Q17592486)member of the Parliament of Finland (P39)position held , but no (P2181)Finnish MP ID 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:P2181 []
FILTER NOT EXISTS { ?item wdt:P39 wd:Q17592486. }
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
c2(["wd:Q17592486"]):::iri
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"wdt:P39"--> e0c2
e0v1("?item"):::projected
e0c2(["wd:Q17592486"]):::iri
end
f0--EXISTS--> f0e0
f0 --> v1
f0 --> c1
f0 --> c2
v1 --"wdt:P39"--> c2
v1 --"wdt:P2181"--> a1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end