query-fe88e6faf30cc717e2da6ad0f954b57a

rq turtle/ttl

Centres d'educació secundària: instituts de secundària, instituts d'educació secundària, instituts de Catalunya...

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 WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,en,es". }
  ?ciutat wdt:P31 wd:Q33146843.
  ?escola wdt:P131 ?ciutat.
  VALUES ?espais {
                      wd:Q3807410 # escola
                      wd:Q55043
                      wd:Q50359544

                     }
  ?escola wdt:P31 ?espais.


#   ?escola wdt:P31 ?instancia.

  OPTIONAL {?escola wdt:P138 ?ambqui.}
}
LIMIT 2000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?ambqui") v1("?ciutat") v2("?escola"):::projected v3("?espais") c2(["bd:serviceParam"]):::iri c6(["wd:Q33146843"]):::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 v2 --"wdt:P131"--> v1 bind0[/VALUES ?espais/] bind0-->v3 bind00(["wd:Q3807410"]) bind00 --> bind0 bind01(["wd:Q55043"]) bind01 --> bind0 bind02(["wd:Q50359544"]) bind02 --> bind0 v2 --"wdt:P31"--> v3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P138".-> v4 end