It does not find your subject and returns a null pointer.
You are looking for a blank node, right? Have you tried using tripple_store.find_blank(n, did)?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everybody,
I don't find the way find a triple by using the sujet = _:Doc-
This is the triple:
I'm using this code:
By I have subject = 0x0
There're a way to find this triple ?
Regards,
Yves Teissier
It does not find your subject and returns a null pointer.
You are looking for a blank node, right? Have you tried using tripple_store.find_blank(n, did)?