I just read the SPARQL Update Grammar (
https://www.w3.org/Submission/SPARQL-Update/#sec_grammar).  My reading is
that TriplePaths are supported in the "TriplesBlock" definition. So
TriplePaths are allowed in the ConstructTemplate/

This would mean that statements like:

DELETE { ?x <p>/<p2> ?y } where { ?z <a> ?x ; <b> ?y }
INSERT { ?x <p>/<p2> ?y } where { ?z <a> ?x ; <b> ?y }

Note the where clauses above are just to show that ?x and ?y are defined in
the construct template.

Is this correct?  If so then JENA-1739 requires a bit more to fix than just
the issue reported.

Claude

-- 
I like: Like Like - The likeliest place on the web
<http://like-like.xenei.com>
LinkedIn: http://www.linkedin.com/in/claudewarren

Reply via email to