Besides this one, three other triples remain, which is correct and on purpose.
I verified the behaviour several times with different datasets (looking the same in terms of lengths etc.) and think that it is related to the size of the subject of the triple in question. Same behaviour seems to occur when not specifiying the type base64Binary for it.
Additionally, I ran a test using Fuseki with the exact same data and get the expected result (the triple given above beeing deleted as well).
Given the dataset in the following turtle snippet:
https://gist.github.com/castanea/8009815
When running the following DELETE-queries:
Not all the data expected gets deleted, the following triple remains in store:
Besides this one, three other triples remain, which is correct and on purpose.
I verified the behaviour several times with different datasets (looking the same in terms of lengths etc.) and think that it is related to the size of the subject of the triple in question. Same behaviour seems to occur when not specifiying the type base64Binary for it.
Additionally, I ran a test using Fuseki with the exact same data and get the expected result (the triple given above beeing deleted as well).