dgrtner-ecc opened a new issue, #1669:
URL: https://github.com/apache/jena/issues/1669

   ### Version
   
   4.6.0
   
   ### Question
   
   Hi,
   
   we have the problem that our system parses update strings and a peculiar 
case is something like the following:
   
   `DELETE DATA {GRAPH <http://graph/1> {<http://www.example.org/resource> 
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <file:/some/path>. } }`
   
   The <file:/some/path> becomes <file:///some/path> during the parsing by the 
UpdateFactory. Consequently the delete does not match the triple in the store. 
   
   My question is if this can be controlled or prevented. Why does it happen?
   
   thanks and best,
   Denis


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