I create a blankNode like this code using dotNetRDF BlankNode ddd = k.CreateBlankNode(); and
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you really need an explicit ID then you must use the following form of the method:
Note that this does not guarantee that the library won’t convert it to the anonymous syntax
[]in the N3 output as this is simply a syntax compression. If you really want to avoid this syntax compression you can create and configure aNotation3Writermanually and set theCompressionLevelproperty to be low (anything < 5 should stop the use of[])Otherwise if you want to delete an anonynmous blank node this you need to formulate some selection criteria that will allow you to locate the relevant node and then retract triples based upon that