query-707ec546372e12b24d6422f470075f59
with P1435 = Q18089563 and Q31027091 (Q113617253)Keitele boundary stone 2.) Broken filtering which will drop also the
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 ?p1435
WHERE
{
?item wdt:P131 wd:Q1534714 .
?item wdt:P1435 ?p1435
FILTER NOT EXISTS { ?item wdt:P1435 wd:Q31027091 }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fi". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?p1435"):::projected
c2(["wd:Q31027091"]):::iri
c6(["bd:serviceParam"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,fi"]):::literal
c4(["wd:Q1534714"]):::iri
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"wdt:P1435"--> e0c2
e0v1("?item"):::projected
e0c2(["wd:Q31027091"]):::iri
end
f0--EXISTS--> f0e0
f0 --> v1
f0 --> c1
f0 --> c2
v1 --"wdt:P1435"--> c2
v1 --"wdt:P131"--> c4
v1 --"wdt:P1435"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end