[redland-dev] Another SPARQL Syntax Error
Dave Beckett
dave at dajobe.org
Sat Jan 7 20:09:36 GMT 2006
Donald Ephraim Curtis wrote:
> This query:
>
> SELECT ?value WHERE ( <file://home/mp/development/rci/systems/test>
> <http://milkbox.net/rad-schema#Components> ?node . ?node ?property ?value )
>
> gives me this error:
>
> librdf error URI file:///usr/local/mp/development/rsi/src/:1 - SPARQL
> syntax error at '.'
> librdf error URI file:///usr/local/mp/development/rsi/src/:1 - syntax
> error, unexpected $end, expecting ')'
>
>
> now, i know my syntax may be wrong because i'm basically back to the
> original problem i was working on.
You are either using an older rasqal as it's expecting SPARQL triples in
round brackets '(' s p o ')'. Or you are trying to run it as RDQL which
uses them too.
Dave
More information about the redland-dev
mailing list