query-7df2833e354cc8bfcadfa021b66448bc

rq turtle/ttl

Libraries in Malaysia

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
SELECT DISTINCT ?butir ?nama ?gambar ?koord
WHERE
{

 ?butir wdt:P17* wd:Q833 .
 ?butir wdt:P31/wdt:P279* wd:Q7075 .
 OPTIONAL { ?butir wdt:P18 ?gambar . }
 OPTIONAL { ?butir wdt:P625 ?koord . }
 SERVICE wikibase:label {
 bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ms" .
 ?butir rdfs:label ?nama
 }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?butir"):::projected v2("?gambar"):::projected v3("?koord"):::projected v4("?nama"):::projected a1((" ")) c5(["wd:Q7075"]):::iri c9(["bd:serviceParam"]):::iri c2(["wd:Q833"]):::iri c11(["#91;AUTO_LANGUAGE#93;,ms"]):::literal v1 --"wdt:P17"--> c2 v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P625".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 v1 --"rdfs:label"--> v4 end