query-2a2ada1dfb136536065a680bb5ab6c89

rq turtle/ttl

Provinsi tertentuhttps://w.wiki/hzp: (Q2140)North Sumatra Contoh yang dipakai di sini adalah

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

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:Q12479774"]):::iri c9(["wd:Q2140"]):::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 v1 --"wdt:P131"--> c9