query-2f095b9be649b2445bd8fe2bd766ac5b

rq turtle/ttl

VIAF - comuni spagnoliAltri 110 in Spagna:

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 ?comune ?comuneLabel ?capoluogo ?capoluogoLabel ?viaf
WHERE {
  ?comune wdt:P31 wd:Q2074737 . 
  ?comune wdt:P214 ?viaf .
  ?capoluogo wdt:P31 wd:Q15303838 .
  ?capoluogo wdt:P17 wd:Q29 .
  ?capoluogo wdt:P214 ?viaf .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],es,ceb". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?capoluogo"):::projected v1("?comune"):::projected v2("?viaf"):::projected c2(["wd:Q2074737"]):::iri c4(["wd:Q15303838"]):::iri c6(["wd:Q29"]):::iri c8(["bd:serviceParam"]):::iri c10(["#91;AUTO_LANGUAGE#93;,es,ceb"]):::literal v1 --"wdt:P31"--> c2 v1 --"wdt:P214"--> v2 v3 --"wdt:P31"--> c4 v3 --"wdt:P17"--> c6 v3 --"wdt:P214"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end