query-9068f0096cbb4f3322c17c1a752bff38

rq turtle/ttl

Kelurahan, desa, dan daerah setingkat lainnya. (Q2225692)fourth-level administrative division in Indonesia Kueri serupa dengan kecamatan, namun diganti dengan

Use at

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 distinct ?Butir ?ButirLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "id". }
  ?Butir wdt:P31/wdt:P279* wd:Q2225692.
  ?Butir wdt:P131/wdt:P131+ wd:Q3741.
}
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?Butir"):::projected a1((" ")) a2((" ")) c2(["bd:serviceParam"]):::iri c7(["wd:Q2225692"]):::iri c4(["id"]):::literal c9(["wd:Q3741"]):::iri 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 v1 --"wdt:P131"--> a2 a2 --"wdt:P131"--> c9