DELETE syntax for RDF triplets
Hi,
In the ORACLE RDF documentation only the syntax for inserting an RDF triplet is specified. It is:
INSERT INTO articles_rdf_data VALUES (2,
sdo_rdf_triple_s ( 'articles', '<http://www.nature.com/nature/Article1>',
'<http://purl.org/dc/elements/1.1/creator>',
'"Jane Smith"'));
What is the syntax for deleting a triplet? Can SQL statements be combined such that a deletion of the results of a previous SELECT be performed. Thanks in advance.
Cheers,
Mircea