afs commented on issue #2083:
URL: https://github.com/apache/jena/issues/2083#issuecomment-1866536408

   @BalduinLandolt -- thank you for the information.
   
   ```scala
         override def triple(triple: jena.graph.Triple): Unit =
           
inner.quad(jena.sparql.core.Quad.create(jena.sparql.core.Quad.defaultGraphIRI, 
triple))
   ```
   
   Could I ask what the code is trying to achieve by converting a triple to a 
quad if the intended output is Turtle (triples only)?
   


-- 
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