query-7bc7442c47abdc8f76f45bf84b65833c
Kecamatan. Disarankan menggunakan limit karena jumlah kecamatan yang banyak mungkin akan memperlambat komputer Anda ketika kueri diproses. https://w.wiki/i7x: (Q26262476)third-level administrative country subdivision in Indonesia Kueri dilakukan terhadap
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 ?Butir ?ButirLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "id". }
?Butir (wdt:P31/(wdt:P279*)) wd:Q26262476;
}
LIMIT 300
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?Butir"):::projected
a1((" "))
c2(["bd:serviceParam"]):::iri
c7(["wd:Q26262476"]):::iri
c4(["id"]):::literal
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