CINXE.COM
Virtuoso SPARQL Query Editor | DAV
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > <head> <title>Virtuoso SPARQL Query Editor | DAV</title> <meta name="Copyright" content="Copyright © 2024 OpenLink Software" /> <meta name="Keywords" content="OpenLink Virtuoso Sparql" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <style type="text/css"> /*<![CDATA[*/ html { padding: 0; } body { padding: 0; margin: 0; font-family:Arial, Helvetica, sans-serif; font-size: 9pt; color: #333; background-color: #FDFDFD; } #header { padding: 0; margin: 0; background-color: #86B9D9; color: #FFFFFF; border-bottom: 1px solid #AAA; } #header h1 { font-size: 16pt; font-weight: normal; text-align: left; vertical-align: middle; padding: 4px 8px 4px 8px; margin: 0px 0px 0px 0px; } #menu { margin-left: 8px; margin-right: 8px; margin-top: 0px; clear: right; float: right; } #intro,#main { margin-left: 8px; margin-right: 8px; } #help { margin-left: 8px; margin-right: 8px; width: 80% } #footer { width: 100%; float: left; clear: left; margin: 2em 0 0; padding-top: 0.7ex; border-top: 1px solid #AAA; font-size: 8pt; text-align: center; } fieldset { border: 0; padding: 0; margin: 0; } fieldset label { font-weight: normal; white-space: nowrap; font-size: 11pt; color: #000; } fieldset label.n { display: block; vertical-align: bottom; margin-top:5px; width: 160px; float:left; white-space: nowrap; } fieldset label.n:after { content: ":"; } fieldset label.n1 { display: block; vertical-align: bottom; margin-top:5px; width: 160px; float:left; white-space: nowrap; } fieldset label.ckb { width: 160px; font-weight: normal; font-size: 10pt; } fieldset label.ckb:after { content: ""; } fieldset textarea { width: 99%; font-family: monospace; font-size: 10pt; } #cxml { clear: both; display: block; } #savefs { clear: both; display: block; } span.info { font-size: 9pt; white-space: nowrap; height: 2em; } br { clear: both; } /*]]>*/ </style> </head> <body> <div id="header"> <h1 id="title">Virtuoso SPARQL Query Editor | DAV</h1> </div> <div id="help"> <h3>How To Let the SPARQL Endpoint Save Results In WebDAV?</h3><p>By default, the SPARQL endpoint can only sent the result back to the client. This can be inconvenient if the result should be accessible for programs like file managers and archivers.</p><p>The solution is to let the endpoint create "dynamic"resources in a WebDAV folder on the Virtuoso server. A WebDAV client, e.g. the built-in client of Windows Explorer, can connect to that storage and access these resources as if they are plain local files.</p><p>If you are the Database Administrator and want to enable this feature, you can perform the following steps:</p> <ol> <li>This web service endpoint runs under the "SPARQL" account. This user should have an access to WebDAV (U_DAV_ENABLE=1 in DB.DBA.SYS_USERS)</li> <li>A WebDAV home directory (e.g. <a href="/DAV/home/SPARQL/">/DAV/home/SPARQL/</a>) should be created and the path to it should be remembered in DB.DBA.SYS_USERS (U_HOME) field;<br />(do not forget the leading and the trailing slash chars).</li> <li>This home directory should contain a subdirectory named "saved-sparql-results", and the subdirectory should be of "DynaRes" DAV Extension Type.</li> </ol> <p>As soon as the appropriate directory exists, the SPARQL web service endpoint will show additional controls to choose how to save results.</p> <p>To close this help, press <button type="button" name="back" value="Back" onclick="javascript:history.go(-1);">Back</button> or use the "back" button of the browser.</p> </div> <div id="footer"> Copyright © 2024 <a href="http://www.openlinksw.com/virtuoso">OpenLink Software</a><br />Virtuoso version 07.20.3229 on Linux (x86_64-pc-linux-gnu), Single Server Edition </div> </body> </html>