query-d43d39e6896865db1d98cd75933679b0

rq turtle/ttl

Bug with Flow are weirdly automatically added and there is no link to query.wikidata.org... nowiki. User talk:VIGNERON: it seems this template has a bug on Flow talk pages. See my page for example : Jheald, TomT0m@ ]reply[10:42, 17 May 2016 (UTC)) talk (VIGNERONCdlt, This is how this template usualy appears : ,Trizek (WMF)Hi ]reply[15:19, 18 May 2016 (UTC)) talk (Trizek (WMF)Thanks, Can you describe the expected behavior? I can't edit the post to check it because I'm not autopatrolled on WikiData. Hi :VIGNERON, Jheald, TomT0m@ ]reply[16:25, 17 May 2016 (UTC) pagetalk / TomT0m author : I confirm this bug. It seems Flow or parsoid automatically thinks the "{" must be escaped, but a single one has no meaning in Wikitext. Is it known ? Can you upstream this with Flow or parsoid devs ? Trizek (WMF)@

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 ?item ?itemLabel ?coord WHERE {
?item wdt:P131+ wd:Q3357 ; wdt:P625 ?coord .
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?coord"):::projected v1("?item"):::projected c5(["bd:serviceParam"]):::iri c7(["fr"]):::literal c2(["wd:Q3357"]):::iri v1 --"wdt:P131"--> c2 v1 --"wdt:P625"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end