query-6d837dfcca69c95a814ac08833640b11
I amb mapa amb coordenades de carrers o de cruïlles (aquesta fa temps que la tenia a la meva pàgina d'usuari): TODO
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 pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
# carrers i places de Barcelona (amb mapa segons si tenen foto)
SELECT DISTINCT ?item ?itemLabel ?adm ?admLabel ?coord ?coordcreua ?imatge ?layer ?tipusLabel
WHERE {
VALUES ?tipus {wd:Q79007 wd:Q56753514 wd:Q787113 wd:Q34442 wd:Q6448147 wd:Q5004679 wd:Q207934 wd:Q174782}
?item wdt:P31 ?tipus.
?item wdt:P131 ?adm.
?adm wdt:P131* wd:Q1492.
OPTIONAL{?item wdt:P625 ?coord.}
OPTIONAL{?item wdt:P18 ?imatge.}
OPTIONAL{?item p:P2789 ?creuament.
?creuament pq:P625 ?coordcreua}
BIND(BOUND(?imatge) as ?layer)
SERVICE wikibase:label {
bd:serviceParam wikibase:language "ca" .
}
}
#defaultView:Map
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?adm"):::projected
v4("?coord"):::projected
v7("?coordcreua"):::projected
v6("?creuament")
v5("?imatge"):::projected
v2("?item"):::projected
v8("?layer"):::projected
v1("?tipus")
c9(["bd:serviceParam"]):::iri
c3(["wd:Q1492"]):::iri
c11(["ca"]):::literal
bind0[/VALUES ?tipus/]
bind0-->v1
bind00(["wd:Q79007"])
bind00 --> bind0
bind01(["wd:Q56753514"])
bind01 --> bind0
bind02(["wd:Q787113"])
bind02 --> bind0
bind03(["wd:Q34442"])
bind03 --> bind0
bind04(["wd:Q6448147"])
bind04 --> bind0
bind05(["wd:Q5004679"])
bind05 --> bind0
bind06(["wd:Q207934"])
bind06 --> bind0
bind07(["wd:Q174782"])
bind07 --> bind0
v2 --"p:direct/P31"--> v1
v2 --"p:direct/P131"--> v3
v3 --"p:direct/P131"--> c3
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."p:direct/P625".-> v4
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v2 -."p:direct/P18".-> v5
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v2 -."p:P2789".-> v6
v6 --"p:qualifier/P625"--> v7
end
bind1[/"bound(?imatge)"/]
v5 --o bind1
bind1 --as--o v8
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end