query-8b922670b03628f6424649c152911544
All Delhi Metro stations and their important properties SELECT ?item ?inception ?coordinate_location ?adjacent_stationLabel ?image ?located_in_the_administrative_territorial_entity ?located_in_the_administrative_territorial_entityLabel WHERE { ?item wdt:P16 wd:Q271195. ?item wdt:P31 wd:Q928830. OPTIONAL { ?item wdt:P571 ?inception. } OPTIONAL { ?item wdt:P625 ?coordinate_location. } OPTIONAL { ?item wdt:P197 ?adjacent_station. } OPTIONAL { ?item wdt:P18 ?image. } OPTIONAL { ?item wdt:P131 ?located_in_the_administrative_territorial_entity. } SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } }
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#>
# All Delhi Metro stations and their important properties
SELECT ?item ?inception ?coordinate_location ?adjacent_stationLabel ?image ?located_in_the_administrative_territorial_entity ?located_in_the_administrative_territorial_entityLabel WHERE {
?item wdt:P16 wd:Q271195.
?item wdt:P31 wd:Q928830.
OPTIONAL { ?item wdt:P571 ?inception. }
OPTIONAL { ?item wdt:P625 ?coordinate_location. }
OPTIONAL { ?item wdt:P197 ?adjacent_station. }
OPTIONAL { ?item wdt:P18 ?image. }
OPTIONAL { ?item wdt:P131 ?located_in_the_administrative_territorial_entity. }
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?adjacent_station")
v3("?coordinate_location"):::projected
v5("?image"):::projected
v2("?inception"):::projected
v1("?item"):::projected
v6("?located_in_the_administrative_territorial_entity"):::projected
c13(["en"]):::literal
c2(["wd:Q271195"]):::iri
c4(["wd:Q928830"]):::iri
c11(["bd:serviceParam"]):::iri
v1 --"wdt:P16"--> c2
v1 --"wdt:P31"--> c4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P571".-> v2
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P625".-> v3
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P197".-> v4
end
subgraph optional3["(optional)"]
style optional3 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P18".-> v5
end
subgraph optional4["(optional)"]
style optional4 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P131".-> v6
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c11 --"wikibase:language"--> c13
end