Hi,
Is there any examples using RDF_DELETE_TRIPLES?
I'm looking for API to add/remove individual triples
from store, so far I was able to add triples using
RDF_QUAD_URI/RDF_QUAD_URI_L but its a bit unclear how
to remove triples.
Regards,
Anton
__
Hi Anton,
I was playing with SPARQL and triple store
functionality
of virtuoso, and hit a problem using
RDF_DELETE_TRIPLES
function, calling it causes an error:
SR185: Undefined procedure isiri.
It looks like both RDF_INSERT_TRIPLES and
RDF_DELETE_TRIPLES use isiri() function when they
shoul