Delete the RDF Triple by Sub or predicate or object in where clause
792262Jan 18 2011 — edited Feb 7 2011Hi,
Is it possible to delete a triple based on Subject or predicate or object in where clause condition?
If possible please let me know the syntax and example.
I am trying with the normal delete statement its ended up with error.
I am not sure about the below delete statement but its working
DELETE FROM articles_rdf_data a WHERE
a.triple.get_subject()='<http://nature.example.com/Article1>';
Regards,
Kavitha.
Edited by: 789259 on Jan 18, 2011 1:31 AM