<docbook><section><title>VirtTipsAndTricksGuideReplicatellGraphs</title><bridgehead class="http://www.w3.org/1999/xhtml:h2">How can I replicate all graphs?</bridgehead>
<para>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:</para>
<programlisting>SQL&gt; DB.DBA.RDF_RDF_REPL_GRAPH_INS (&#39;http://www.openlinksw.com/schemas/virtrdf#rdf_repl_all&#39;);
</programlisting><bridgehead class="http://www.w3.org/1999/xhtml:h3">Related</bridgehead>
<itemizedlist mark="bullet" spacing="compact"><listitem><ulink url="VirtTipsAndTricksGuide">Virtuoso Tips and Tricks Collection</ulink> </listitem>
<listitem><ulink url="http://docs.openlinksw.com/virtuoso/fn_rdf_repl_graph_ins.html">Replicate graphs with <span style="color: red">
      UNKNOWN tag:
      http://www.w3.org/1999/xhtml:nowikiRDF_REPL_GRAPH_INS</span> function.</ulink> </listitem>
</itemizedlist></section></docbook>