query-9d377d870f3a191eaa129ce8319cc12b

rq turtle/ttl

Canton sans P2100

Use at

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:P2100 []. }
}

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:P2100"--> e0a1 e0v1("?canton"):::projected e0a1((" ")):::projected end f0--EXISTS--> f0e0 f0 --> v1 f0 --> c1 f0 --> a1 v1 --"wdt:P2100"--> a1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end v1 --"wdt:P31"--> c7