query-fb6cd6bdf254e0f8c1899f4e27a01fe0
Mapa del metro de Madrid
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 psv: <http://www.wikidata.org/prop/statement/value/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX geo: <http://www.opengis.net/ont/geosparql#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map{"hide":["?comm1Label","?coord1","?estacion_adyacente","?coord2","?layer","?trazo", "?rgb"],"layer":"?lineaLabel"}
SELECT ?estacion ?estacionLabel ?coord1 ?estacion_adyacente ?coord2 ?trazo ?linea ?lineaLabel ?layer ?rgb WHERE {
BIND(wd:Q2807 AS ?ciudad)
?estacion wdt:P31/wdt:P279* wd:Q928830 ;
wdt:P131*/wdt:P279* ?ciudad;
wdt:P625 ?coord1 ;
wdt:P81 ?linea;
wdt:P197 ?estacion_adyacente .
?linea wdt:P465 ?rgb.
?estacion_adyacente wdt:P81 ?linea_adyacente;
wdt:P625 ?coord2 .
FILTER (?linea = ?linea_adyacente)
?estacion p:P625 [psv:P625 [wikibase:geoLongitude ?coord1lon; wikibase:geoLatitude ?coord1lat; ] ] .
?estacion_adyacente p:P625 [psv:P625 [ wikibase:geoLongitude ?coord2lon; wikibase:geoLatitude ?coord2lat; ] ] .
BIND(STRDT(CONCAT('LINESTRING (', STR(?coord1lon), ' ', STR(?coord1lat), ',', STR(?coord2lon), ' ', STR(?coord2lat), ')'), geo:wktLiteral) AS ?trazo) .
BIND(?linea AS ?layer)
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
ORDER BY (?lineaLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?ciudad")
v6("?coord1"):::projected
v11("?coord1lat")
v10("?coord1lon")
v9("?coord2"):::projected
v13("?coord2lat")
v12("?coord2lon")
v5("?estacion"):::projected
v7("?estacion_adyacente"):::projected
v15("?layer"):::projected
v2("?linea"):::projected
v1("?lineaLabel"):::projected
v3("?linea_adyacente")
v8("?rgb"):::projected
v14("?trazo"):::projected
a1((" "))
a2((" "))
a4((" "))
a3((" "))
a6((" "))
a5((" "))
c3(["wd:Q928830"]):::iri
c14(["bd:serviceParam"]):::iri
c16(["#91;AUTO_LANGUAGE#93;"]):::literal
f0[["?linea = ?linea_adyacente"]]
f0 --> v2
f0 --> v3
bind1[/"'wd:Q2807'"/]
bind1 --as--o v4
v5 --"p:direct/P31"--> a1
a1 --"p:direct/P279"--> c3
v5 --"p:direct/P131"--> a2
a2 --"p:direct/P279"--> v4
v5 --"p:direct/P625"--> v6
v5 --"p:direct/P81"--> v2
v5 --"p:direct/P197"--> v7
v2 --"p:direct/P465"--> v8
v7 --"p:direct/P81"--> v3
v7 --"p:direct/P625"--> v9
a3 --"wikibase:geoLongitude"--> v10
a3 --"wikibase:geoLatitude"--> v11
a4 --"p:statement/value/P625"--> a3
v5 --"p:P625"--> a4
a5 --"wikibase:geoLongitude"--> v12
a5 --"wikibase:geoLatitude"--> v13
a6 --"p:statement/value/P625"--> a5
v7 --"p:P625"--> a6
bind2[/"STRDT(concat('LINESTRING (',str(?coord1lon),' ',str(?coord1lat),',',str(?coord2lon),' ',str(?coord2lat),')'),'geo:wktLiteral')"/]
v10 --o bind2
v11 --o bind2
v12 --o bind2
v13 --o bind2
bind2 --as--o v14
bind3[/"?linea"/]
v2 --o bind3
bind3 --as--o v15
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c14 --"wikibase:language"--> c16
end