<docbook><section><title>VirtWebDAVInsertQuadStore</title><bridgehead class="http://www.w3.org/1999/xhtml:h2">Use <ulink url="WebDAV">WebDAV</ulink> extractor to insert triples via SPARUL into the Quad Store</bridgehead>
<para>The following simple demo will show how to use <ulink url="WebDAV">WebDAV</ulink> extractor to insert triples via SPARUL into the Quad Store.</para>
<orderedlist spacing="compact"><listitem>Go to <ulink url="http://demo.openlinksw.com/ods">http://demo.openlinksw.com/ods</ulink> </listitem>
<listitem>Log in as user demo with password demo </listitem>
<listitem>Go the Briefcase </listitem>
<listitem>From the Briefcase Main Horizontal click Upload </listitem>
<listitem>Choose for source URL and enter resource, for example the resource <ulink url="http://virtuoso.openlinksw.com/presentations/Virtuoso_Sponger_1/Virtuoso_Sponger_1.html,">http://virtuoso.openlinksw.com/presentations/Virtuoso_Sponger_1/Virtuoso_Sponger_1.html,</ulink> which contains RDFa data.
<itemizedlist mark="bullet" spacing="compact"><listitem><figure><graphic fileref="VirtWebDAVInsertQuadStore/br1.png" /></figure> </listitem>
</itemizedlist></listitem>
<listitem>Click the &quot;Upload&quot; button </listitem>
<listitem>As result the file will be uploaded </listitem>
<listitem>To check the inserted triples, go to <ulink url="http://demo.openlinksw.com/sparql">http://demo.openlinksw.com/sparql</ulink> </listitem>
<listitem>In the shown form enter for: <orderedlist spacing="compact"><listitem>field &quot;Default Graph URI&quot;: <ulink url="http://virtuoso.openlinksw.com/presentations/Virtuoso_Sponger_1/Virtuoso_Sponger_1.html">http://virtuoso.openlinksw.com/presentations/Virtuoso_Sponger_1/Virtuoso_Sponger_1.html</ulink> </listitem>
<listitem>Query: <programlisting>select *
from &lt;http://virtuoso.openlinksw.com/presentations/Virtuoso_Sponger_1/Virtuoso_Sponger_1.html&gt;
where { ?s ?p ?o}
</programlisting></listitem>
</orderedlist><itemizedlist mark="bullet" spacing="compact"><listitem><figure><graphic fileref="VirtWebDAVInsertQuadStore/br2.png" /></figure> </listitem>
</itemizedlist></listitem>
<listitem>Click &quot;Run Query&quot; </listitem>
<listitem>As result the inserted triples will be shown: <itemizedlist mark="bullet" spacing="compact"><listitem><figure><graphic fileref="VirtWebDAVInsertQuadStore/br3.png" /></figure> </listitem>
</itemizedlist></listitem>
</orderedlist></section></docbook>