query-5c285ce77e41631218709d2242bca924
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?shortname ?aLang WHERE {
wd:Q1708765 wdt:P1813 ?shortname . FILTER(LANG(?shortname)="[AUTO_LANGUAGE]")
BIND("[AUTO_LANGUAGE]" AS ?aLang)
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?aLang"):::projected
v1("?shortname"):::projected
c2(["wd:Q1708765"]):::iri
f0[["?shortname = '#91;AUTO_LANGUAGE#93;'"]]
f0 --> v1
c2 --"wdt:P1813"--> v1
bind1[/"'#91;AUTO_LANGUAGE#93;'"/]
bind1 --as--o v2