query-7f023c1606456473ac58ff5840d42abf

rq turtle/ttl

Generació de la taula QIDs - Refs per als centres educatius de Cataluya

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 ?item ?codi WHERE {
  VALUES ?centres { wd:Q111236457 wd:Q50359544 wd:Q111244857 wd:Q111594067 }
  ?item wdt:P31 ?centres;
        wdt:P528 ?codi.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?centres") v3("?codi"):::projected v2("?item"):::projected c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal bind0[/VALUES ?centres/] bind0-->v1 bind00(["wd:Q111236457"]) bind00 --> bind0 bind01(["wd:Q50359544"]) bind01 --> bind0 bind02(["wd:Q111244857"]) bind02 --> bind0 bind03(["wd:Q111594067"]) bind03 --> bind0 v2 --"wdt:P31"--> v1 v2 --"wdt:P528"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end