[redland-dev] Raptor Turtle RDFQ test
Ian Davis
lists at internetalchemy.org
Fri Apr 23 13:54:35 BST 2004
Hi all,
I'm now running my parser against the raptor rdfq test
(http://cvs.ilrt.org/cvsweb/redland/raptor/tests/turtle/rdfq-results.ttl).
It looks to me like this file is not valid Turtle since it ends with a
semi-colon followed by a full stop:
rs:solution
[ rdf:type rs:ResultSolution ;
rs:binding [ rs:variable "x" ;
rs:value "anon2" ] ;
rs:binding [ rs:variable "y" ;
rs:value _:a ]
] ;
.
Rapper (1.3.0) doesn't seem to be bothered by this but my parser
barfs. My reading of the grammar precludes this syntax but maybe I'm
wrong. Is it me or the test?
Ian
More information about the redland-dev
mailing list