query-ef923cceebaea18d86ef3c8673aa03e6

rq turtle/ttl

. (Q3741)Yogyakarta dengan nilai yaitu butir provinsi atau kabupaten/kota. Contoh berikut ini untuk (P131)located in the administrative territorial entity Untuk daerah tertentu, dapat menambahkan

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:Q26262476.
  ?Butir (wdt:P131/(wdt:P131+)) wd:Q3741.
}

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:Q26262476"]):::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