Implement decision on bNodelabel/INSERT DATA operations.

ACTION-691 completed

== Changes to rq25

Section "19.6 Blank Node Labels"
http://www.w3.org/2009/sparql/docs/query-1.1/rq25.xml#grammarBNodeLabels

This also consolidated grammar notes 9 and 10 in to 19.6.

(NB: the allowed reuse in different QuadPattern is not visible:
each individual template is subject to instantiation before any blank 
nodes get in to the data.)

To minimise change:

Grammar note 9 left as-is.
Grammar note 10 now just a textual mention of 19.6
   (so numbering of notes has not changed)

== No grammar rule changes

== Tests

syntax-update-53.ru is correct (no need to remove it or to unapprove it).

I have added a negative test (not approved): syntax-update-54.ru

------
PREFIX : <http://www.example.org/>

INSERT DATA { _:b1 :p :o }
;
INSERT DATA { _:b1 :p :o }
------

 Andy

Received on Tuesday, 2 October 2012 19:24:52 UTC