query-a1852b93d7887e872c86fb6d38bac985

rq turtle/ttl

Provinsihttps://w.wiki/WgM. (P402)OpenStreetMap relation ID dan (P625)coordinate location . Kueri juga dilakukan terhadap (Q5098)province of Indonesia bernilai (P31)instance of Pernyataan yang digunakan 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 ?Jakarta ?JakartaLabel ?coordinate_location ?OSM_relation_ID WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "id". }
  ?Jakarta wdt:P31 wd:Q5098.
  OPTIONAL { ?Jakarta wdt:P625 ?coordinate_location. }
  OPTIONAL { ?Jakarta wdt:P402 ?OSM_relation_ID. }
}
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?Jakarta"):::projected v3("?OSM_relation_ID"):::projected v2("?coordinate_location"):::projected c2(["bd:serviceParam"]):::iri c6(["wd:Q5098"]):::iri c4(["id"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P31"--> c6 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P625".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P402".-> v3 end