query-0cfb61779bc3379285cec89c762d63f5

rq turtle/ttl

http://ryanbradley.com/tools/google-cid-finder usare (P3749)Google Maps Customer ID Note: per cercare Done perché sono le tipiche frazioni di ceb.wiki. (Q486972)human settlement ; ho escluso (P131)located in the administrative territorial entity (salvo la zona più a nord), ma è privo di (Q16245)Province of Pistoia , che mi pare all'incirca al centro della Q55652098Mappa di tutto ciò che è in un raggio di 15 km attorno alla

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#>
#defaultView:Map
SELECT ?item ?itemLabel ?coord
WHERE {
  wd:Q55652098 wdt:P625 ?center
  SERVICE wikibase:around {
  ?item wdt:P625 ?coord .
  bd:serviceParam wikibase:center ?center .
  bd:serviceParam wikibase:radius "15" . }
  MINUS { ?item wdt:P131 ?adm . }
  MINUS { ?item wdt:P31 wd:Q486972 . }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it,en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?adm") v1("?center") v3("?coord"):::projected v2("?item"):::projected c13(["#91;AUTO_LANGUAGE#93;,it,en"]):::literal c7(["15"]):::literal c1(["wd:Q55652098"]):::iri c10(["wd:Q486972"]):::iri c4(["bd:serviceParam"]):::iri c1 --"wdt:P625"--> v1 subgraph s1["http://wikiba.se/ontology#around"] style s1 stroke-width:4px; v2 --"wdt:P625"--> v3 c4 --"wikibase:center"--> v1 c4 --"wikibase:radius"--> c7 end subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v2 --"wdt:P131"--> v4 end subgraph minus1["MINUS"] style minus1 stroke-width:6px,fill:pink,stroke:red; v2 --"wdt:P31"--> c10 end subgraph s2["http://wikiba.se/ontology#label"] style s2 stroke-width:4px; c4 --"wikibase:language"--> c13 end