query-5a61c4912e473581de0c1a8b614d65c6
Communes sans voisinesLegonin Framawiki Maxime Koxinga LearnKnowGive1 Jmax Archives nationales DJI Daieuxetdailleurs Mathieu Kappler LearnKnowGive1 Baidax Jsamwrites Bouzinac Pierre André Nattes à chat Marianne Casamance Manu1400 Jean-Frédéric GAllegre Alphos Pymouss Thierry Caro PAC2 Tubezlob Ash Crow Ayack VIGNERON participants of WikiProject France Notified Bonjour à tous, Est-ce que quelqu'un sait combien de commune de France n'a pas de voisine ? En tout cas, ce qui est sur c'est qu'il y en a beaucoup à corriger sur cette requête :
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#>
#defaultView:Map
SELECT ?item ?itemLabel ?coord
WHERE
{
?item wdt:P31 wd:Q484170 ; wdt:P625 ?coord .
minus { ?item wdt:P47 [] }
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?coord"):::projected
v1("?item"):::projected
a1((" "))
c6(["bd:serviceParam"]):::iri
c8(["fr"]):::literal
c2(["wd:Q484170"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P625"--> v2
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P47"--> a1
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end