query-2d1282953561a7bf9cdb9e38d138a62b

rq turtle/ttl

fontaines sans coordonnées SELECT ?q ?qLabel ?communeLabel WHERE { ?q wdt:P31 wd:Q483453 ; wdt:P17 wd:Q142; wdt:P131 ?commune . MINUS { ?q wdt:P625 [] } SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". } } ORDER BY ?communeLabel

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#>
#fontaines sans coordonnées
SELECT ?q ?qLabel  ?communeLabel WHERE {
  ?q wdt:P31 wd:Q483453 ; wdt:P17 wd:Q142; wdt:P131 ?commune .
  MINUS { ?q wdt:P625 [] }
   SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". }
} ORDER BY ?communeLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?commune") v1("?communeLabel"):::projected v2("?q"):::projected a1((" ")) c8(["bd:serviceParam"]):::iri c2(["wd:Q483453"]):::iri c10(["fr"]):::literal c4(["wd:Q142"]):::iri v2 --"wdt:P31"--> c2 v2 --"wdt:P17"--> c4 v2 --"wdt:P131"--> v3 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v2 --"wdt:P625"--> a1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end