query-1c51181a1cba6ea0a6ed855b166fb114

rq turtle/ttl

Aquesta consulta funciona per a centre educatius... però surten repetits. Permet fer-ne el map, això sí

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 ?escola ?escolaLabel ?ciutatLabel ?ambquiLabel ?instanciaLabel ?espaisLabel ?coord WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,en,es". }
  ?ciutat wdt:P31 wd:Q33146843.
  ?escola wdt:P131|wdt:P159 ?ciutat.
  ?escola wdt:P31/wdt:P279* wd:Q3918.
  ?escola wdt:P625 ?coord.

   ?escola wdt:P31 ?instancia.

#  OPTIONAL {?escola wdt:P138 ?ambqui.}
}
LIMIT 20000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?ciutat") v3("?coord"):::projected v2("?escola"):::projected v4("?instancia") a1((" ")) c2(["bd:serviceParam"]):::iri c6(["wd:Q33146843"]):::iri c10(["wd:Q3918"]):::iri c4(["#91;AUTO_LANGUAGE#93;,ca,en,es"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P31"--> c6 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P159"--> v1 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P131"--> v1 end union0r <== or ==> union0l end v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c10 v2 --"wdt:P625"--> v3 v2 --"wdt:P31"--> v4