On 19 Apr 2012, at 17:38, Laurent Pellegrino wrote: > Hi all,
Hi Laurent, > Payload B: > > @prefix p: <http://example.org/> . > > <http://example.org/> { > <http://example.org/> <http://example.org/> p:test#value > } Danger Will Robinson! I think that will be parsed as: <http://example.org/> <http://example.org/> p:test Followed by a comment: #value But will check syntax. Damian