query-2759552f6762424f0bbb9aa15ee012cf

rq turtle/ttl

Centres educatius de Catalunya sense coordenades (e.g. si algú les hi ha tretes per "ser localitzat a" i restricció)

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 ?coor WHERE {
  VALUES ?centres { wd:Q111236457 wd:Q50359544 wd:Q111244857 wd:Q111594067 }
  ?item wdt:P31 ?centres;
        wdt:P528 ?codi.
  FILTER NOT EXISTS { ?item wdt:P625 ?coor }
  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; v3("?centres") v4("?codi"):::projected v2("?coor"):::projected v1("?item"):::projected c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal f0[["not "]] subgraph f0e0["Exists Clause"] e0v1 --"wdt:P625"--> e0v2 e0v2("?coor"):::projected e0v1("?item"):::projected end f0--EXISTS--> f0e0 f0 --> v1 f0 --> c1 f0 --> v2 v1 --"wdt:P625"--> v2 bind1[/VALUES ?centres/] bind1-->v3 bind10(["wd:Q111236457"]) bind10 --> bind1 bind11(["wd:Q50359544"]) bind11 --> bind1 bind12(["wd:Q111244857"]) bind12 --> bind1 bind13(["wd:Q111594067"]) bind13 --> bind1 v1 --"wdt:P31"--> v3 v1 --"wdt:P528"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end