query-f35bf98a9f1aefc0fe172067b842a8e3

rq turtle/ttl

People from Seremban

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?orang ?orangLabel ?gambar WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ms". }
  ?orang wdt:P31 wd:Q5.
  ?orang wdt:P19 wd:Q847610.
  OPTIONAL { ?orang wdt:P18 ?gambar . }
  ?sitelink schema:isPartOf <https://ms.wikipedia.org/>;
     schema:about ?orang;
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?gambar"):::projected v1("?orang"):::projected v3("?sitelink") c2(["bd:serviceParam"]):::iri c6(["wd:Q5"]):::iri c11([https://ms.wikipedia.org/]):::iri c8(["wd:Q847610"]):::iri c4(["#91;AUTO_LANGUAGE#93;,ms"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P31"--> c6 v1 --"wdt:P19"--> c8 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v2 end v3 --"schema:isPartOf"--> c11 v3 --"schema:about"--> v1