I want to use encrypted data as a value for a property. I did something like this using Turtle :
:s :p """<85>^A^L^C<88>-[Ä÷¯¨ç^A^Gý^]^\ä²tðáê½?^Q<9f>6 <8b>ÏÂ43àñoú]:ëÜ^YÕþá>:³Æ÷ýé<8c>%¨6±<8b>^]oI^^^S"<96>^CiÓ<95>Ë´Ú^X^D"""^^^xsd:base64Binary .
and got "..illegal escape sequence value: ä (0xE4)"
when I checked the file with Jena riot.
How do I correctly put binary data into a value in Turtle?