query-a46c263a77ae30e583aab267e1205073
Нешта на Пружаншчыне з каардынатамі SELECT ?item ?itemLabel ?coord WHERE { { ?item wdt:P131 wd:Q1885543. } # у Пружанскім раёне UNION { ?item wdt:P131 ?pob. ?pob wdt:P131* wd:Q1885543. } ?item wdt:P625 ?coord. # з каардынатамі SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],be-tarask". } } GROUP BY ?item ?itemLabel ?coord ORDER BY ?itemLabel ?item
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#>
#Нешта на Пружаншчыне з каардынатамі
SELECT ?item ?itemLabel ?coord WHERE {
{ ?item wdt:P131 wd:Q1885543. } # у Пружанскім раёне
UNION
{
?item wdt:P131 ?pob.
?pob wdt:P131* wd:Q1885543.
}
?item wdt:P625 ?coord. # з каардынатамі
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],be-tarask". }
}
GROUP BY ?item ?itemLabel ?coord
ORDER BY ?itemLabel ?item
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?coord"):::projected
v2("?item"):::projected
v1("?itemLabel"):::projected
v3("?pob")
c2(["wd:Q1885543"]):::iri
c5(["bd:serviceParam"]):::iri
c7(["#91;AUTO_LANGUAGE#93;,be-tarask"]):::literal
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P131"--> v3
v3 --"wdt:P131"--> c2
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P131"--> c2
end
union0r <== or ==> union0l
end
v2 --"wdt:P625"--> v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end