[redland-dev] [Rasqal RDF Query Library 0000558]: sparql11-update causes fallback to sparql10
Mantis Bug Tracker
mantis-bug-sender at librdf.org
Sat Nov 9 06:42:40 EST 2013
The following issue has been SUBMITTED.
======================================================================
http://bugs.librdf.org/mantis/view.php?id=558
======================================================================
Reported By: ruediger05
Assigned To:
======================================================================
Project: Rasqal RDF Query Library
Issue ID: 558
Category: query engine
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Query Language: SPARQL1.1
======================================================================
Date Submitted: 2013-11-09 11:42
Last Modified: 2013-11-09 11:42
======================================================================
Summary: sparql11-update causes fallback to sparql10
Description:
In 4store, I tried to issue a query against the update endpoint which told me
that I cannot use BIND in a sparql 1.0 query, which is kind of weird because
updates are sparql 1.1... It seems to me that said error comes from the rasqal
parser. Now I've tried roqet and I get the same error, and the corresponding
boiled-down command line is easier to report than my 4store setup I guess.
Steps to Reproduce:
roqet -e 'INSERT { <http://example.org/lens> a ?bla . } WHERE {BIND
(<http://example.org/bound> AS ?bla)}' -n -d sparql -i sparql11-update
does not work, while when replacing 'sparql11-update' in the cli with 'sparql11'
or 'sparql' it works. Replace it with 'sparql10' and you get an error, as it is
supposed to be.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-11-09 11:42 ruediger05 New Issue
======================================================================
More information about the redland-dev
mailing list