query-41f37a0ff65da1334fbd630b09dcd3d4
Astroport map of Spain
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#>
#Astroport map of Spain
#Usuario:Galopax/Pintando_mapas_2
#User:Galopax/Painting maps (WD)
#added 2020-03-31
#defaultView:Map
SELECT DISTINCT ?spaceport ?spaceportLabel ?coordenadas ?entidad_territorial_administrativa ?entidad_territorial_administrativaLabel ?website
WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,es,fr". }
?spaceport (wdt:P31/(wdt:P279*)) wd:Q194188;
wdt:P17 wd:Q29.
OPTIONAL { ?spaceport wdt:P625 ?coordenadas. }
OPTIONAL { ?spaceport wdt:P131 ?situado_en_la_entidad_territorial_administrativa. }
OPTIONAL { ?spaceport wdt:P856 ?website. }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?coordenadas"):::projected
v3("?situado_en_la_entidad_territorial_administrativa")
v1("?spaceport"):::projected
v4("?website"):::projected
a1((" "))
c2(["bd:serviceParam"]):::iri
c9(["wd:Q29"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en,es,fr"]):::literal
c7(["wd:Q194188"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c7
v1 --"wdt:P17"--> c9
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P625".-> v2
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P131".-> v3
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P856".-> v4
end