[ https://issues.apache.org/jira/browse/JENA-265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397542#comment-13397542 ]
Andy Seaborne commented on JENA-265: ------------------------------------ Sorry - the SPARQL implementation is ahead of the published spec. http://www.w3.org/2009/sparql/docs/query-1.1/rq25.xml#inline-data BINDINGS is dead - long live VALUES. > BINDINGS being parsed as BIND, leading to "unexpected …" error > -------------------------------------------------------------- > > Key: JENA-265 > URL: https://issues.apache.org/jira/browse/JENA-265 > Project: Apache Jena > Issue Type: Bug > Components: ARQ > Affects Versions: ARQ 2.9.2 > Reporter: Alexander Dutton > > Error 400: Parse error: > PREFIX skos: <http://www.w3.org/2004/02/skos/core#> > SELECT ?notation ?thing WHERE { > ?thing skos:notation ?notation . > FILTER (isuri(?thing)) > } BINDINGS ?notation { > ("317"^^<http://data.ox.ac.uk/id/notation/estates>) > ("DJ"^^<http://data.ox.ac.uk/id/notation/twoThree>) > ("51219523"^^<http://data.ox.ac.uk/id/notation/oxpoints>) > ("154"^^<http://data.ox.ac.uk/id/notation/estates>) > ("59030245"^^<http://data.ox.ac.uk/id/notation/oxpoints>) > } > Encountered " "bind" "BIND "" at line 6, column 3. > Was expecting one of: > <EOF> > "limit" ... > "offset" ... > "order" ... > "values" ... > "group" ... > "having" ... > > Fuseki - version 0.2.3-SNAPSHOT (Build date: 2012-06-18T16:39:15+0100) > Here's the version numbers: > [alex@box jena-fuseki-0.2.3-SNAPSHOT]$ ./fuseki-server --version > Jena: VERSION: 2.7.2-SNAPSHOT > Jena: BUILD_DATE: 2012-06-18T16:36:46+0100 > ARQ: VERSION: 2.9.2-SNAPSHOT > ARQ: BUILD_DATE: 2012-06-18T16:25:58+0100 > TDB: VERSION: 0.9.2-SNAPSHOT > TDB: BUILD_DATE: 2012-06-18T16:34:15+0100 > Fuseki: VERSION: 0.2.3-SNAPSHOT > Fuseki: BUILD_DATE: 2012-06-18T16:39:15+0100 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira