query-36b9c9ffa2d99e42d77353b8308f5525

rq turtle/ttl

Municipalités sans images : 17%

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 DISTINCT ?item ?itemLabel ?mrcLabel 
WHERE {
        {?item wdt:P31*/wdt:P279* wd:Q3327873 }  
        ?item  wdt:P131 ?mrc;
               wdt:P625 ?coord;
        MINUS { ?item wdt:P18 [] } . 
        FILTER NOT EXISTS { ?item wdt:P576 ?dissolu}
        FILTER NOT EXISTS { ?item wdt:P582 ?fin }
        SERVICE wikibase:label { bd:serviceParam wikibase:language "fr,en" . } 
     }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?coord") v3("?dissolu") v2("?fin") v1("?item"):::projected v4("?mrc") a2((" ")) a1((" ")) c5(["wd:Q3327873"]):::iri c10(["bd:serviceParam"]):::iri c12(["fr,en"]):::literal f0[["not "]] subgraph f0e0["Exists Clause"] e0v1 --"wdt:P582"--> e0v2 e0v2("?fin"):::projected e0v1("?item"):::projected end f0--EXISTS--> f0e0 f0 --> v1 f0 --> c1 f0 --> v2 v1 --"wdt:P582"--> v2 f1[["not "]] subgraph f1e1["Exists Clause"] e1v1 --"wdt:P576"--> e1v2 e1v2("?dissolu"):::projected e1v1("?item"):::projected end f1--EXISTS--> f1e1 f1 --> v1 f1 --> c2 f1 --> v3 v1 --"wdt:P576"--> v3 v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c5 v1 --"wdt:P131"--> v4 v1 --"wdt:P625"--> v5 subgraph minus2["MINUS"] style minus2 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P18"--> a2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end