query-7ba138574ba003a84951c5b622666324

rq turtle/ttl

carrers i places de Barcelona SELECT DISTINCT ?item ?itemLabel ?tipus ?tipusLabel WHERE { VALUES ?tipus {wd:Q79007 wd:Q56753514 wd:Q787113 wd:Q34442 wd:Q6448147 wd:Q5004679 wd:Q207934 wd:Q174782} ?item wdt:P31 ?tipus. ?item wdt:P131 ?adm. ?adm wdt:P131* wd:Q1492. SERVICE wikibase:label { bd:serviceParam wikibase:language "ca" . } }

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#>
# carrers i places de Barcelona
SELECT DISTINCT ?item ?itemLabel ?tipus ?tipusLabel
WHERE {
  VALUES ?tipus {wd:Q79007 wd:Q56753514 wd:Q787113 wd:Q34442 wd:Q6448147 wd:Q5004679 wd:Q207934 wd:Q174782}
  ?item wdt:P31 ?tipus.
  ?item wdt:P131 ?adm.
  ?adm wdt:P131* wd:Q1492.
  SERVICE wikibase:label {
bd:serviceParam wikibase:language "ca" .
}
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?adm") v2("?item"):::projected v1("?tipus"):::projected c5(["bd:serviceParam"]):::iri c3(["wd:Q1492"]):::iri c7(["ca"]):::literal bind0[/VALUES ?tipus/] bind0-->v1 bind00(["wd:Q79007"]) bind00 --> bind0 bind01(["wd:Q56753514"]) bind01 --> bind0 bind02(["wd:Q787113"]) bind02 --> bind0 bind03(["wd:Q34442"]) bind03 --> bind0 bind04(["wd:Q6448147"]) bind04 --> bind0 bind05(["wd:Q5004679"]) bind05 --> bind0 bind06(["wd:Q207934"]) bind06 --> bind0 bind07(["wd:Q174782"]) bind07 --> bind0 v2 --"wdt:P31"--> v1 v2 --"wdt:P131"--> v3 v3 --"wdt:P131"--> c3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end