query-875cbabc1f252561485f407733e06f64

rq turtle/ttl

, ce sont surtout des routes, des cours d'eau et des entités territoriales ; bref des éléments non ponctuels où une coordonnée n'est pas vraiment pertinente mais il y a aussi des éléments qui mériteraient d'être géolocalisés. (P625)coordinate location mais sans (Q3357)Dordogne = (P131)located in the administrative territorial entity Sinon, il y a 348 éléments avec

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 ?item ?itemLabel
WHERE {
    ?item wdt:P131+ wd:Q3357
    minus { ?item wdt:P625 ?coord }.
    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") v1("?item"):::projected c5(["bd:serviceParam"]):::iri c7(["fr"]):::literal c2(["wd:Q3357"]):::iri v1 --"wdt:P131"--> c2 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P625"--> v2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end