SyntaxError: missing ; before statement

Issue #2 resolved
Former user created an issue

Using Fist with this link, I run the SPARQL request SELECT ?item WHERE { ?date_node wikibase:timePrecision "11"^^xsd:integer . ?date_node wikibase:timeValue ?date . FILTER (year(?date) > 1898) FILTER (day(?date) = day(now())) FILTER (month(?date) = month(now())) ?item p:P569/http://www.wikidata.org/prop/statement/value/P569 ?date_node . ?item wdt:P31 wd:Q5 . OPTIONAL {?item wdt:P570 ?dod} FILTER (!bound(?dod)) . OPTIONAL {?item wdt:P746 ?disap} FILTER (!bound(?disap)) } ORDER BY ?date ?item

all is OK, but whein I click Add image, I have a popup with the message SyntaxError: missing ; before statement

The issue appears this morning

Comments (1)

  1. Log in to comment