We have a changelog table built from RDF_QUAD by triggers. Now I need to clear
out the log for one particular graph. Basically, I need to do
delete from RDF_LOG where G = 'http://...'
But G is IRI_ID. So I really need to do
delete from RDF_LOG where G = convert_iri_id_to_uri('http://...')
I've tried searching the docs over and over, googling etc etc, but I just can't
find any way to do it. There is a SPARQL function for it, I found, called
rdfdf:default_iid but I can't seem to reach that in SQL.
Help please!
--Lars M.
http://www.garshol.priv.no/tmphoto/
http://www.garshol.priv.no/blog/