<docbook><section><title>LoadingDBpediaIntoVirtuoso</title><bridgehead class="http://www.w3.org/1999/xhtml:h2">RDF Data Access &amp; Management</bridgehead>
<para> </para><bridgehead class="http://www.w3.org/1999/xhtml:h3">Loading DBpedia into Virtuoso</bridgehead>
<para>Use the following instructions to load DBpedia into Virtuoso:</para><para>1.
 Ensure that a working awk program exists in PATH on the system in question.
2.
 Download the <ulink url="http://s3.amazonaws.com/dbpedia-data/dbpedia_load.tar.gz">DBpedia load script</ulink>.
3.
 Run the script from the  Virtuoso server working directory using the following options:</para><programlisting>load_nt.sh &lt;port&gt; &lt;uid&gt; &lt;pass&gt; &lt;file or directory containing N3  dumps&gt; &quot;graph iri&quot;
</programlisting><para> NOTE:If the script is started without params usage information will be  displayed.
 Also any bad triples can be found in the bad.nt file after load is completed . </para></section></docbook>