query-435133395accc95de3a511debd23958c
Consultes sparqlTots els ítems que tenen per subclasse "Institució Educativa"
Use at
- https://query.wikidata.org/sparql
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 DISTINCT ?item ?queLabel ?itemLabel ?muniLabel ?coor ?alt ?ine ?idescat ?layerLabel
WHERE
{
{
SELECT ?item
WHERE {
VALUES ?comarques { wd:Q5705 }
?item wdt:P131* ?comarques;
} } ?item wdt:P31/wdt:P279* wd:Q2385804.
OPTIONAL { ?item wdt:P625 ?coor}
?item wdt:P31 ?layer
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?comarques")
v3("?coor"):::projected
v2("?item"):::projected
v4("?layer")
a1((" "))
c4(["wd:Q2385804"]):::iri
c7(["bd:serviceParam"]):::iri
c9(["#91;AUTO_LANGUAGE#93;"]):::literal
bind0[/VALUES ?comarques/]
bind0-->v1
bind00(["wd:Q5705"])
bind00 --> bind0
v2 --"wdt:P131"--> v1
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P625".-> v3
end
v2 --"wdt:P31"--> v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end