query-d5126bafe2963c3ae888cef7a671ef67
Port of Shenzhen mapMap of the locations for the port of Shenzhen
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 ?part ?partLabel ?coords
WHERE {
{
wd:Q1116518 wdt:P527 ?part.
?part wdt:P625 ?coords
}
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;
v2("?coords"):::projected
v1("?part"):::projected
c5(["bd:serviceParam"]):::iri
c7(["en"]):::literal
c1(["wd:Q1116518"]):::iri
c1 --"wdt:P527"--> v1
v1 --"wdt:P625"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end