Name

RDF_REPL_GRAPH_INS — Inserts graph to RDF publication.

Synopsis

RDF_REPL_GRAPH_INS ( in graph varchar );

Description

This function inserts graph to enabled RDF Replication. The graphs in this replication can be more than one.

Parameters

graph

Graph URI to be inserted.

Example

Example24.355.Insert graph to RDF replication

SQL> DB.DBA.RDF_RDF_REPL_GRAPH_INS ('http://test.org');


Example24.356.Replicate all graphs

To replicate all graphs ( except the system graph http://www.openlinksw.com/schemas/virtrdf# ), one should use http://www.openlinksw.com/schemas/virtrdf#rdf_repl_all as graph IRI:

SQL> DB.DBA.RDF_RDF_REPL_GRAPH_INS ('http://www.openlinksw.com/schemas/virtrdf#rdf_repl_all');