query-7081f376ba8531a07b4e8e42d31dd250
Mapa de puentes que cruzan el Tejo, el Nilo y el MissisipíUsamos plantilla Map
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#>
#defaultView:Map
SELECT ?cosa ?cosaLabel ?geo
WHERE
{
VALUES ?rio {wd:Q14294 wd:Q3392 wd:Q1497} #Rios: Tajo Nilo Missisipi
?cosa wdt:P31*/wdt:P279* wd:Q12280 .
?cosa wdt:P177 ?rio .
?cosa wdt:P625 ?geo .
SERVICE wikibase:label { bd:serviceParam wikibase:language "es,en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?cosa"):::projected
v3("?geo"):::projected
v1("?rio")
a1((" "))
c7(["bd:serviceParam"]):::iri
c9(["es,en"]):::literal
c3(["wd:Q12280"]):::iri
bind0[/VALUES ?rio/]
bind0-->v1
bind00(["wd:Q14294"])
bind00 --> bind0
bind01(["wd:Q3392"])
bind01 --> bind0
bind02(["wd:Q1497"])
bind02 --> bind0
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v2 --"wdt:P177"--> v1
v2 --"wdt:P625"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end