<docbook><section><title>OdsWebDAVBrowse</title><bridgehead class="http://www.w3.org/1999/xhtml:h2"><ulink url="WebDAV">WebDAV</ulink> browse feature for ODS users</bridgehead>
<itemizedlist mark="bullet" spacing="compact"><listitem><emphasis>Browse a file content</emphasis>: Virtuoso offers a short way to view ODS user&#39;s <ulink url="WebDAV">WebDAV</ulink> file content.
 All you need to do is for existing ODS user to access the following url: <ulink url="http://host:port/">http://host:port/</ulink>~&lt;odsuser&gt;/&lt;name of the file&gt;.
<itemizedlist mark="bullet" spacing="compact"><listitem>For ex.
 if for ODS user demo at <ulink url="http://demo.openlinksw.com/">http://demo.openlinksw.com/</ulink> there is a file a.rq uploaded in the <ulink url="WebDAV">WebDAV</ulink> location: DAV/home/demo/, then to view the file you need to access the url: <ulink url="http://demo.openlinksw.com/DAV/home/demo/a.rq">http://demo.openlinksw.com/DAV/home/demo/a.rq</ulink> <programlisting>--a.rq file content:

PREFIX skos: &lt;http://www.w3.org/2004/02/skos/core#&gt;
PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/&gt;
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;

SELECT ?person ?birth ?name ?description
WHERE {
  ?person dbpedia2:birthPlace &lt;http://dbpedia.org/resource/Berlin&gt; ; 
          skos:subject &lt;http://dbpedia.org/resource/Category:German_musicians&gt; ; 
          dbpedia2:birth ?birth ; 
          foaf:name ?name ; 
          rdfs:comment ?description . 
}

ORDER BY ?name
</programlisting></listitem>
<listitem><figure><graphic fileref="OdsWebDAVBrowse/webods1.png" /></figure> </listitem>
</itemizedlist></listitem>
<listitem><emphasis>Browse a folder content</emphasis>: You can also browse the ODS user&#39;s <ulink url="WebDAV">WebDAV</ulink> Public folder by accessing the following url: <ulink url="http://host:port/">http://host:port/</ulink>~&lt;ods-user&gt;/Public.
 For ex.: <ulink url="http://demo.openlinksw.com/Public">http://demo.openlinksw.com/Public</ulink> <itemizedlist mark="bullet" spacing="compact"><listitem><figure><graphic fileref="OdsWebDAVBrowse/webods2.png" /></figure></listitem>
</itemizedlist></listitem>
</itemizedlist><para><ulink url="CategoryODS">CategoryODS</ulink></para>
</section></docbook>