I create a blankNode like this code using dotNetRDF
BlankNode ddd = k.CreateBlankNode();
and then assert it in a n3 file but when I open the n3 file by notpad it show this blankNode like []. How can I create a blankNode ID by myself to then delete this?