Hi Clare,
if I understand your scenario correctly then the difference that you describe is because of the Turtle serialization. For any string literal that contains \ Turtle will write \\
As a result, while you edit queries in a form-based editor you just enter \ but when you save to a file or edit Source Code you would see \\
There is nothing wrong about that, and EDG doesn't have to do any automatic conversion.
If I have misunderstood your scenario please send a minimal but
complete example, in TTL format.
Regards,
Holger
--
You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to topbraid-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/cc5ff1fd-e230-467b-b187-d0a74c455f43n%40googlegroups.com.
It all looks correct to me. One cannot compare .sparql files with .turtle files as Turtle requires escaping the \ character, while SPARQL text files do not.
Holger
--
You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to topbraid-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/56ba1c93-88c1-4f2d-8989-d3328285a333n%40googlegroups.com.