Hello,
1. If I pass the parameter format=turtle and do serialization then "serialize" method of "\rdflib\plugins\serializers\turtle.py" is called and then we need to handle the issue somewhere around it.
2. Prefix is not applied in the case if subject or object have "#",'/' or any other special character but It work correctly if we use " . " .
Please correct me if I am wrong and It will be helpful for me if I could get to know about flow of serialization and how "name spacing" is used in it.
I will be thankful for help.
Regards prefix foo is only applied
Abhishek Vyas