query-bf4d5dca00b9feb2ce248b07064e5cb7
Canton sans origine du nom
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 ?canton ?cantonLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". }
?canton wdt:P31 wd:Q23019040.
FILTER NOT EXISTS { ?canton wdt:P138 []. }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?canton"):::projected
a1((" "))
c3(["bd:serviceParam"]):::iri
c5(["fr"]):::literal
c7(["wd:Q23019040"]):::iri
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"wdt:P138"--> e0a1
e0v1("?canton"):::projected
e0a1((" ")):::projected
end
f0--EXISTS--> f0e0
f0 --> v1
f0 --> c1
f0 --> a1
v1 --"wdt:P138"--> a1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end
v1 --"wdt:P31"--> c7