query-1c00511a2854f69573433ebf9442aed1

rq turtle/ttl

Ricerche base. (P131)located in the administrative territorial entity in base alla (Q2044)Florence Mappa di tutto ciò che è in

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
SELECT ?item ?itemLabel ?coord
WHERE { 
  ?item wdt:P131 ?sub1 . 
  ?sub1 (wdt:P131)* wd:Q2044 .
  ?item wdt:P625 ?coord .
  { ?sitelink schema:about ?item . ?sitelink schema:inLanguage "it" }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "it,en" . }
 }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?coord"):::projected v1("?item"):::projected v4("?sitelink") v2("?sub1") c8(["bd:serviceParam"]):::iri c10(["it,en"]):::literal c2(["wd:Q2044"]):::iri c6(["it"]):::literal v1 --"wdt:P131"--> v2 v2 --"wdt:P131"--> c2 v1 --"wdt:P625"--> v3 v4 --"schema:about"--> v1 v4 --"schema:inLanguage"--> c6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end