query-75d4b0303805e1b1aa2d20b02fbfce47

rq turtle/ttl

Se la P131 non è completa ..., oggi riflettevo sulla sua completezza della proprietà medesima, cioè sul rischio che molti elementi avessero sì le coordinate ma non il comune. (P131)located in the administrative territorial entity Ciao! Siccome di solito creiamo le liste (anzi, le mappe) di monumenti per WLM basandoci sulla Provando ad eseguire la seguente query, http://ryanbradley.com/tools/google-cid-finder usare (P3749)Google Maps Customer ID Note: per cercare perché sono le tipiche frazioni di ceb.wiki. (Q486972)human settlement ; è escluso (P131)located in the administrative territorial entity ed è privo di (Q191739)Florence Cathedral Mappa 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:Q191739 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 c10(["wd:Q486972"]):::iri c4(["bd:serviceParam"]):::iri c1(["wd:Q191739"]):::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