query-603cc778a5d38b6f0db4fc37bc39bc77

rq turtle/ttl

Escola a Catalunya

no funciona, exhaureix temps

possible localitzat a entitat territorial administrativa

possible ubicat a

potser ubicat a un carrer o plaça

o potser ubicat a un municipi de Catalunya

SELECT ?centre ?centreLabel ?llocLabel ?ubiseuLabel ?muniLabel WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,gl,es,en,as". } ?centre (wdt:P31/(wdt:P279*)) wd:Q3914.

{ ?centre wdt:P131 ?lloc. ?lloc wdt:P31 wd:Q33146843 . } UNION { ?centre wdt:P159 ?ubiseu. { ?ubiseu wdt:P31 wd:Q79007, wd:Q174782; wdt:P131 ?lloc. ?lloc wdt:P31 wd:Q33146843.
} UNION { ?ubiseu wdt:P31 wd:Q33146843. BIND (wd:Q33146843 as ?lloc). } }

} ORDER BY (?llocLabel) LIMIT 100

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#>
# Escola a Catalunya
# no funciona, exhaureix temps
# possible localitzat a entitat territorial administrativa
# possible ubicat a  
# potser ubicat a un carrer o plaça 
# o potser ubicat a un municipi de Catalunya
SELECT ?centre ?centreLabel ?llocLabel ?ubiseuLabel ?muniLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,gl,es,en,as". }
  ?centre (wdt:P31/(wdt:P279*)) wd:Q3914.


  {
   ?centre wdt:P131 ?lloc.
           ?lloc wdt:P31 wd:Q33146843 .
  }
UNION
  {
    ?centre wdt:P159 ?ubiseu.
     {
      ?ubiseu wdt:P31 wd:Q79007, wd:Q174782;
        wdt:P131 ?lloc.
             ?lloc wdt:P31  wd:Q33146843.      
    }
    UNION
     { ?ubiseu wdt:P31 wd:Q33146843. 
             BIND (wd:Q33146843 as ?lloc).
              }
  }

}
ORDER BY (?llocLabel)
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?centre"):::projected v5("?lloc") v1("?llocLabel"):::projected v4("?ubiseu") a1((" ")) c12(["wd:Q174782"]):::iri c2(["bd:serviceParam"]):::iri c9(["wd:Q33146843"]):::iri c11(["wd:Q79007"]):::iri c7(["wd:Q3914"]):::iri c4(["#91;AUTO_LANGUAGE#93;,ca,gl,es,en,as"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c7 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P159"--> v4 subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v4 --"wdt:P31"--> c9 bind0[/"'wd:Q33146843'"/] bind0 --as--o v5 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v4 --"wdt:P31"--> c11 v4 --"wdt:P31"--> c12 v4 --"wdt:P131"--> v5 v5 --"wdt:P31"--> c9 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P131"--> v5 v5 --"wdt:P31"--> c9 end union0r <== or ==> union0l end