query-42577bbef1107ef3ef28c79832849428
Points of interest 2 km within Tamale Teaching Hospital
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
#Tamale Teaching Hospital --> Q7680590
SELECT ?place ?placeLabel ?location ?image ?layer WHERE {
{
wd:Q7680590 wdt:P625 ?arcLoc.
SERVICE wikibase:around {
?place wdt:P625 ?location.
bd:serviceParam wikibase:center ?arcLoc;
wikibase:radius "2".
}
BIND("pov" AS ?layer)
OPTIONAL { ?place wdt:P18 ?image. }
}
UNION
{
BIND(wd:Q7680590 AS ?place)
?place wdt:P625 ?location; wdt:P18 ?image
BIND("Zentrum" AS ?layer)
}
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;
v1("?arcLoc")
v5("?image"):::projected
v6("?layer"):::projected
v3("?location"):::projected
v6("?place"):::projected
c7(["2"]):::literal
c4(["bd:serviceParam"]):::iri
c1(["wd:Q7680590"]):::iri
c11(["en"]):::literal
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
bind0[/"'wd:Q7680590'"/]
bind0 --as--o v6
v6 --"wdt:P625"--> v3
v6 --"wdt:P18"--> v5
bind1[/"'Zentrum'"/]
bind1 --as--o v6
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
c1 --"wdt:P625"--> v1
subgraph s1["http://wikiba.se/ontology#around"]
style s1 stroke-width:4px;
v6 --"wdt:P625"--> v3
c4 --"wikibase:center"--> v1
c4 --"wikibase:radius"--> c7
end
bind2[/"'pov'"/]
bind2 --as--o v6
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v6 -."wdt:P18".-> v5
end
end
union0r <== or ==> union0l
end
subgraph s2["http://wikiba.se/ontology#label"]
style s2 stroke-width:4px;
c4 --"wikibase:language"--> c11
end