LorenzBuehmann commented on issue #1633:
URL: https://github.com/apache/jena/issues/1633#issuecomment-1330187259

   Nice option, but this would only work for templates producing a single 
triple pattern I think. In cases like
   ```
   CONSTRUCT {
   ?s :p1 ?o1 ;
       :p2 ?o2 .
   } WHERE {
    ....
   }
   ```
   we have to cope with bindings with more than 3 variables and/or missing the 
fixed properties. But TARQL is fine, it can read from stream


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to