- From: Jan Wielemaker <wielemak@science.uva.nl>
- Date: Sat, 10 Jun 2006 20:40:23 +0200
- To: public-rdf-dawg-comments@w3.org
Hi,
Still debugging the Prolog SPARQL parser ... I'm stuck with
syntax-bnodes-04.rq:
PREFIX : <http://example.org/ns#>
SELECT * WHERE { :x _:a :q }
Using production [34], the _:a must match a Verb, but Verb [36] is only
VarOrIRIref | 'a'. Verb doesn't appear to include blank node.
I guess I'm missing something, but I did look twice with a good break
in between :-) Who can enlight me?
Thanks --- Jan
Received on Saturday, 10 June 2006 18:40:45 UTC