CINXE.COM

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> <html itemscope="itemscope" class="&#10; js flexbox canvas canvastext webgl no-touch geolocation postmessage no-websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations&#10; csscolumns cssgradients no-cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio localstorage sessionstorage webworkers applicationcache svg inlinesvg smil svgclippaths&#10; " itemtype="http://schema.org/WebPage" itemid="" xmlns:n0="http://www.w3.org/2000/xmlns/" n0:og="http://ogp.me/ns#" n0:fb="http://ogp.me/ns/fb#" n0:xhv="http://www.w3.org/1999/xhtml/vocab#"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <script src="/skin/wiki/js/modernizr.js"></script><script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: './', VERSION: 'stable', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script><script type="text/javascript" src="/skin/wiki/js/jquery-2.js"></script><script type="text/javascript" src="/skin/wiki/js/jquery-migrate-1.js"></script><script type="text/javascript" src="/skin/wiki/js/underscore.js"></script><script type="text/javascript" src="/skin/wiki/js/doctools.js"></script><script type="text/javascript" src="/skin/wiki/js/translations.js"></script><script type="text/javascript" src="/skin/wiki/js/readthedocs-doc-embed.js"></script><link rel="stylesheet" href="/skin/wiki/css/default.css" type="text/css" /> <link rel="stylesheet" href="/skin/wiki/css/sphinx_rtd_theme.css" type="text/css" /> <link rel="stylesheet" href="/skin/wiki/css/readthedocs-doc-embed.css" type="text/css" /> <link rel="stylesheet" href="/skin/wiki/css/opl-style-overrides.css" type="text/css" /> <style type="text/css"> #HD_ODS_BAR { display: none; } table.dialog_body { display: none; } </style><script type="text/turtle" id="API_Wiki"> ## Generic Description ## Schema.org Terms @prefix oplwebsrv: <http://www.openlinksw.com/ontology/webservices#> . @prefix schema: <http://schema.org/> . @prefix wdrs: <http://www.w3.org/2007/05/powder-s#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema> . <#this_ODSWikiModuleAPIDoc> a schema:CreativeWork ; schema:name "ODS_Wiki" ; schema:description "ODS Wiki" ; schema:mainEntity <#this_ODSWikiModuleAPI> ; schema:about <#this_ODSWikiModuleAPI> . <#this_ODSWikiModuleAPI> a schema:WebApplication ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:name "ODS_Wiki" ; schema:description "ODS Wiki" ; schema:potentialAction <#action_e72f6fa9c9ded1dde2b1de4401640245> , <#action_9e7a615dc6a7d7c51ba06e8a8f23a008> , <#action_429602fd7c998576f4d0479442ca2d22> , <#action_729cba6da6eef97dd52310600fa19380> , <#action_ded71b69f3cb2382c41de656b0e47dc5> , <#action_635b7b603cb0f0eb209b48d84314936c> , <#action_45d783d5b32cc296c593ca9a8d0bc35d> , <#action_cdde6197c8d59cebb8175bb1ac4762e2> , <#action_7b702067e20ab47a339c5516028609f5> , <#action_e9f39bdb106aa5fe5f90ef9b326b2a4d> , <#action_b29f785d6b93058262bdf3fe34ecf228> , <#action_15a5d8e3f66d971db4861d1d65ff6cf1> , <#action_deacc95f5b016e50fb5f932072088b13> , <#action_d77c206f66cda3441af285832fa261fc> , <#action_b861d5c5bc09cc685019f0a4c0cbdbfd> , <#action_50c6359a7bba57e4875535108bf64f42> , <#action_08e13b75c529088b4afb42c25c7de2f3> , <#action_5b209cdd34211ac5e8bd5cfdad0d2d5a> . <#action_e72f6fa9c9ded1dde2b1de4401640245> a schema:Action ; schema:name "wiki_comment_delete" ; schema:target <#action_wiki.comment.delete> . <#action_wiki.comment.delete> a schema:EntryPoint ; schema:name "EntryPoint - wiki_comment_delete" ; schema:url <https://vos.openlinksw.com/ods/api/wiki.comment.delete> ; schema:httpMethod "GET" ; schema:contentType "text/xml" ; ## OpenLink Web Services Ontology Terms oplwebsrv:isWebServiceOf <#this_ODSWikiModuleAPI> ; oplwebsrv:endPointURL <https://vos.openlinksw.com/ods/api/wiki.comment.delete> ; schema:description "<p><parameterlist kind=\"param\"><li> <parameternamelist> <parametername>comment_id</parametername> </parameternamelist> <parameterdescription> <p>The numerical id of the comment to delete.</p></parameterdescription> </li> </ul> <simplesect kind=\"return\"><p>An error code stating the success of the command execution as detailed in <ref kindref=\"member\" refid=\"ods_response_format_1ods_response_format_result_code\">ODS Error Result Codes</ref>.</p></simplesect> <simplesect kind=\"see\"><p><ref kindref=\"member\" refid=\"group__ods__module__wiki_1ga429602fd7c998576f4d0479442ca2d22\">wiki.comment.new</ref></p></simplesect> <bold>Example:</bold> <pre> $ curl -i \"http://vos.openlinksw.com/ods/api/wiki.comment.delete?comment_id=5555&amp;user_name=demo&amp;password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh\" HTTP/1.1 200 OK Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64 VDB Connection: Keep-Alive Date: Fri, 20 May 2011 07:07:00 GMT Accept-Ranges: bytes Content-Type: text/xml; charset=\"UTF-8\" Content-Length: 57 &lt;result&gt; &lt;code&gt;1&lt;/code&gt; &lt;message&gt;Success&lt;/message&gt; &lt;/result&gt; </pre> </p>" ; schema:shortDescription "<p>Delete a comment. </p>" ; oplwebsrv:hasParameter <#action_wiki.comment.delete_#_comment_id> . <#action_wiki.comment.delete_#_comment_id> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "comment_id" ; schema:name "comment_id" ; # oplwebsrv:parameterType "integer" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The numerical id of the comment to delete.</p>" . <#action_9e7a615dc6a7d7c51ba06e8a8f23a008> a schema:Action ; schema:name "wiki_comment_get" ; schema:target <#action_wiki.comment.get> . <#action_wiki.comment.get> a schema:EntryPoint ; schema:name "EntryPoint - wiki_comment_get" ; schema:url <https://vos.openlinksw.com/ods/api/wiki.comment.get> ; schema:httpMethod "GET" ; schema:contentType "text/xml" ; ## OpenLink Web Services Ontology Terms oplwebsrv:isWebServiceOf <#this_ODSWikiModuleAPI> ; oplwebsrv:endPointURL <https://vos.openlinksw.com/ods/api/wiki.comment.get> ; schema:description "<p><parameterlist kind=\"param\"><li> <parameternamelist> <parametername>comment_id</parametername> </parameternamelist> <parameterdescription> <p>The id of the comment.</p></parameterdescription> </li> </ul> <simplesect kind=\"return\"><p>The details of the comment encoded as RDF+XML triples.</p></simplesect> <bold>Example:</bold> <pre> $ curl -i \"http://vos.openlinksw.com/ods/api/wiki.comment.get?comment_id=5555&amp;user_name=demo&amp;password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh\" HTTP/1.1 200 OK Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64 VDB Connection: Keep-Alive Date: Fri, 20 May 2011 07:04:08 GMT Accept-Ranges: bytes Content-Type: application/sparql-results+xml Content-Length: 1234 ... </pre> </p>" ; schema:shortDescription "<p>Get details of a comment. </p>" ; oplwebsrv:hasParameter <#action_wiki.comment.get_#_comment_id> . <#action_wiki.comment.get_#_comment_id> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "comment_id" ; schema:name "comment_id" ; # oplwebsrv:parameterType "integer" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The id of the comment.</p>" . <#action_429602fd7c998576f4d0479442ca2d22> a schema:Action ; schema:name "wiki_comment_new" ; schema:target <#action_wiki.comment.new> . <#action_wiki.comment.new> a schema:EntryPoint ; schema:name "EntryPoint - wiki_comment_new" ; schema:url <https://vos.openlinksw.com/ods/api/wiki.comment.new> ; schema:httpMethod "GET" ; schema:contentType "text/xml" ; ## OpenLink Web Services Ontology Terms oplwebsrv:isWebServiceOf <#this_ODSWikiModuleAPI> ; oplwebsrv:endPointURL <https://vos.openlinksw.com/ods/api/wiki.comment.new> ; schema:description "<p>Comments can be put in threads, ie. a comment can have a parent comment. In that case it is considered a reply to the parent comment.</p><p><parameterlist kind=\"param\"><li> <parameternamelist> <parametername>cluster</parametername> </parameternamelist> <parameterdescription> <p>The cluster name of the topic </p></parameterdescription> </li> <li> <parameternamelist> <parametername>topic</parametername> </parameternamelist> <parameterdescription> <p>The topic name </p></parameterdescription> </li> <li> <parameternamelist> <parametername>title</parametername> </parameternamelist> <parameterdescription> <p>The title of the comment. </p></parameterdescription> </li> <li> <parameternamelist> <parametername>text</parametername> </parameternamelist> <parameterdescription> <p>The text body of the comment. </p></parameterdescription> </li> <li> <parameternamelist> <parametername>name</parametername> </parameternamelist> <parameterdescription> <p>The name of the commenter. </p></parameterdescription> </li> <li> <parameternamelist> <parametername>email</parametername> </parameternamelist> <parameterdescription> <p>The email address of the commenter. </p></parameterdescription> </li> <li> <parameternamelist> <parametername>url</parametername> </parameternamelist> <parameterdescription> <p>An optional URL to identify the commenter.</p></parameterdescription> </li> </ul> <simplesect kind=\"return\"><p>An error code stating the success of the command execution as detailed in <ref kindref=\"member\" refid=\"ods_response_format_1ods_response_format_result_code\">ODS Error Result Codes</ref>. If successful the error code matches the id of the newly created comment.</p></simplesect> <simplesect kind=\"see\"><p><ref kindref=\"member\" refid=\"group__ods__module__wiki_1gae72f6fa9c9ded1dde2b1de4401640245\">wiki.comment.delete</ref></p></simplesect> <bold>Example:</bold> <pre> $ curl -i \"http://vos.openlinksw.com/ods/api/wiki.comment.new?cluster=DemoWiki&amp;topic=Test&amp;title=test&amp;text=simple&amp;name=Kate&amp;email=kate@yahoo.com&amp;url=http://openlinksw.com&amp;user_name=demo&amp;password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh\" HTTP/1.1 200 OK Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64 VDB Connection: Keep-Alive Date: Fri, 20 May 2011 07:03:15 GMT Accept-Ranges: bytes Content-Type: text/xml; charset=\"UTF-8\" Content-Length: 57 &lt;result&gt; &lt;code&gt;5555&lt;/code&gt; &lt;message&gt;Success&lt;/message&gt; &lt;/result&gt; </pre> </p>" ; schema:shortDescription "<p>Create a new comment on an event or task. </p>" ; oplwebsrv:hasParameter <#action_wiki.comment.new_#_cluster> , <#action_wiki.comment.new_#_topic> , <#action_wiki.comment.new_#_parent_id> , <#action_wiki.comment.new_#_title> , <#action_wiki.comment.new_#_text> , <#action_wiki.comment.new_#_name> , <#action_wiki.comment.new_#_email> , <#action_wiki.comment.new_#_url> . <#action_wiki.comment.new_#_cluster> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "cluster" ; schema:name "cluster" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The cluster name of the topic </p>" . <#action_wiki.comment.new_#_topic> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "topic" ; schema:name "topic" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The topic name </p>" . <#action_wiki.comment.new_#_parent_id> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "parent_id" ; schema:name "parent_id" ; # oplwebsrv:parameterType "integer" ; oplwebsrv:isRequired false ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> . <#action_wiki.comment.new_#_title> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "title" ; schema:name "title" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The title of the comment. </p>" . <#action_wiki.comment.new_#_text> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "text" ; schema:name "text" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The text body of the comment. </p>" . <#action_wiki.comment.new_#_name> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "name" ; schema:name "name" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The name of the commenter. </p>" . <#action_wiki.comment.new_#_email> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "email" ; schema:name "email" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The email address of the commenter. </p>" . <#action_wiki.comment.new_#_url> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "url" ; schema:name "url" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired false ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>An optional URL to identify the commenter.</p>" . <#action_729cba6da6eef97dd52310600fa19380> a schema:Action ; schema:name "wiki_options_get" ; schema:target <#action_wiki.options.get> . <#action_wiki.options.get> a schema:EntryPoint ; schema:name "EntryPoint - wiki_options_get" ; schema:url <https://vos.openlinksw.com/ods/api/wiki.options.get> ; schema:httpMethod "GET" ; schema:contentType "text/xml" ; ## OpenLink Web Services Ontology Terms oplwebsrv:isWebServiceOf <#this_ODSWikiModuleAPI> ; oplwebsrv:endPointURL <https://vos.openlinksw.com/ods/api/wiki.options.get> ; schema:description "<p><parameterlist kind=\"param\"><li> <parameternamelist> <parametername>cluster</parametername> </parameternamelist> <parameterdescription> <p>The cluster name of the topic </p></parameterdescription> </li> <li> <parameternamelist> <parametername>name</parametername> </parameternamelist> <parameterdescription> <p>The configuration option name. Supported options are:<itemizedlist> <listitem><p>indexPage</p></listitem><listitem><p>skinSource</p></listitem><listitem><p>primarySkin</p></listitem><listitem><p>secondarySkin</p></listitem><listitem><p>wikiPlugin</p></listitem><listitem><p>newTopicTemplate</p></listitem><listitem><p>newCategoryTempate</p></listitem><listitem><p>vhostRegularExpression</p></listitem><listitem><p>deliciousEnabled</p></listitem><listitem><p>webmailEnabled</p></listitem><listitem><p>antiSpam</p></listitem><listitem><p>technoratiApiKey</p></listitem><listitem><p>conversationEnabled</p></listitem><listitem><p>inlineMacros</p></listitem><listitem><p>interClusterAutolinks</p></listitem></itemizedlist> </p></parameterdescription> </li> </ul> <simplesect kind=\"return\"><p>The configuration option value</p></simplesect> <bold>Example:</bold> <pre> $ curl -i \"http://vos.openlinksw.com/ods/api/wiki.options.get?cluster=DemoWiki&amp;name=indexPage&amp;user_name=demo&amp;password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh\" HTTP/1.1 200 OK Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64 VDB Connection: Keep-Alive Date: Fri, 20 May 2011 08:10:08 GMT Accept-Ranges: bytes Content-Type: text/plain Content-Length: 625 WelcomeVisitors </pre> </p>" ; schema:shortDescription "<p>Get the configuration option of a Wiki instance. </p>" ; oplwebsrv:hasParameter <#action_wiki.options.get_#_cluster> , <#action_wiki.options.get_#_name> . <#action_wiki.options.get_#_cluster> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "cluster" ; schema:name "cluster" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The cluster name of the topic </p>" . <#action_wiki.options.get_#_name> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "name" ; schema:name "name" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The configuration option name. Supported options are:<itemizedlist> <listitem><p>indexPage</p></listitem><listitem><p>skinSource</p></listitem><listitem><p>primarySkin</p></listitem><listitem><p>secondarySkin</p></listitem><listitem><p>wikiPlugin</p></listitem><listitem><p>newTopicTemplate</p></listitem><listitem><p>newCategoryTempate</p></listitem><listitem><p>vhostRegularExpression</p></listitem><listitem><p>deliciousEnabled</p></listitem><listitem><p>webmailEnabled</p></listitem><listitem><p>antiSpam</p></listitem><listitem><p>technoratiApiKey</p></listitem><listitem><p>conversationEnabled</p></listitem><listitem><p>inlineMacros</p></listitem><listitem><p>interClusterAutolinks</p></listitem></itemizedlist> </p>" . <#action_ded71b69f3cb2382c41de656b0e47dc5> a schema:Action ; schema:name "wiki_options_set" ; schema:target <#action_wiki.options.set> . <#action_wiki.options.set> a schema:EntryPoint ; schema:name "EntryPoint - wiki_options_set" ; schema:url <https://vos.openlinksw.com/ods/api/wiki.options.set> ; schema:httpMethod "GET" ; schema:contentType "text/xml" ; ## OpenLink Web Services Ontology Terms oplwebsrv:isWebServiceOf <#this_ODSWikiModuleAPI> ; oplwebsrv:endPointURL <https://vos.openlinksw.com/ods/api/wiki.options.set> ; schema:description "<p><parameterlist kind=\"param\"><li> <parameternamelist> <parametername>cluster</parametername> </parameternamelist> <parameterdescription> <p>The cluster name of the topic </p></parameterdescription> </li> <li> <parameternamelist> <parametername>name</parametername> </parameternamelist> <parameterdescription> <p>The configuration option name<itemizedlist> <listitem><p>indexPage</p></listitem><listitem><p>skinSource</p></listitem><listitem><p>primarySkin</p></listitem><listitem><p>secondarySkin</p></listitem><listitem><p>wikiPlugin</p></listitem><listitem><p>newTopicTemplate</p></listitem><listitem><p>newCategoryTempate</p></listitem><listitem><p>vhostRegularExpression</p></listitem><listitem><p>deliciousEnabled</p></listitem><listitem><p>webmailEnabled</p></listitem><listitem><p>antiSpam</p></listitem><listitem><p>technoratiApiKey</p></listitem><listitem><p>conversationEnabled</p></listitem><listitem><p>inlineMacros</p></listitem><listitem><p>interClusterAutolinks </p></listitem></itemizedlist> </p></parameterdescription> </li> <li> <parameternamelist> <parametername>name</parametername> </parameternamelist> <parameterdescription> <p>The configuration option value</p></parameterdescription> </li> </ul> <simplesect kind=\"return\"><p>An error code stating the success of the command execution as detailed in <ref kindref=\"member\" refid=\"ods_response_format_1ods_response_format_result_code\">ODS Error Result Codes</ref>.</p></simplesect> <bold>Example:</bold> <pre> $ curl -i \"http://vos.openlinksw.com/ods/api/wiki.options.set?cluster=DemoWiki&amp;name=indexPage&amp;value=WelcomeVisitors&amp;user_name=demo&amp;password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh\" HTTP/1.1 200 OK Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64 VDB Connection: Keep-Alive Date: Fri, 20 May 2011 08:10:08 GMT Accept-Ranges: bytes Content-Type: text/plain Content-Length: 625 &lt;result&gt; &lt;code&gt;1&lt;/code&gt; &lt;message&gt;Success&lt;/message&gt; &lt;/result&gt; </pre> </p>" ; schema:shortDescription "<p>Set the configuration option of a Wiki instance. </p>" ; oplwebsrv:hasParameter <#action_wiki.options.set_#_cluster> , <#action_wiki.options.set_#_name> , <#action_wiki.options.set_#_value> . <#action_wiki.options.set_#_cluster> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "cluster" ; schema:name "cluster" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The cluster name of the topic </p>" . <#action_wiki.options.set_#_name> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "name" ; schema:name "name" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The configuration option name<itemizedlist> <listitem><p>indexPage</p></listitem><listitem><p>skinSource</p></listitem><listitem><p>primarySkin</p></listitem><listitem><p>secondarySkin</p></listitem><listitem><p>wikiPlugin</p></listitem><listitem><p>newTopicTemplate</p></listitem><listitem><p>newCategoryTempate</p></listitem><listitem><p>vhostRegularExpression</p></listitem><listitem><p>deliciousEnabled</p></listitem><listitem><p>webmailEnabled</p></listitem><listitem><p>antiSpam</p></listitem><listitem><p>technoratiApiKey</p></listitem><listitem><p>conversationEnabled</p></listitem><listitem><p>inlineMacros</p></listitem><listitem><p>interClusterAutolinks </p></listitem></itemizedlist> </p>" . <#action_wiki.options.set_#_value> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "value" ; schema:name "value" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> . <#action_635b7b603cb0f0eb209b48d84314936c> a schema:Action ; schema:name "wiki_topic_delete" ; schema:target <#action_wiki.topic.delete> . <#action_wiki.topic.delete> a schema:EntryPoint ; schema:name "EntryPoint - wiki_topic_delete" ; schema:url <https://vos.openlinksw.com/ods/api/wiki.topic.delete> ; schema:httpMethod "GET" ; schema:contentType "text/xml" ; ## OpenLink Web Services Ontology Terms oplwebsrv:isWebServiceOf <#this_ODSWikiModuleAPI> ; oplwebsrv:endPointURL <https://vos.openlinksw.com/ods/api/wiki.topic.delete> ; schema:description "<p><parameterlist kind=\"param\"><li> <parameternamelist> <parametername>cluster</parametername> </parameternamelist> <parameterdescription> <p>The cluster name of the topic </p></parameterdescription> </li> <li> <parameternamelist> <parametername>name</parametername> </parameternamelist> <parameterdescription> <p>The topic name to be delete</p></parameterdescription> </li> </ul> <simplesect kind=\"return\"><p>A set of RDF triples detailing the event or task encoded as RDF+XML.</p></simplesect> <simplesect kind=\"see\"><p><ref kindref=\"member\" refid=\"group__ods__module__wiki_1ga7b702067e20ab47a339c5516028609f5\">wiki.topic.new</ref></p></simplesect> <bold>Example:</bold> <pre> $ curl -i \"http://vos.openlinksw.com/ods/api/wiki.topic.delete?cluster=DemoWiki&amp;name=Test&amp;user_name=demo&amp;password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh\" HTTP/1.1 200 OK Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64 VDB Connection: Keep-Alive Date: Tue, 24 May 2011 21:05:58 GMT Accept-Ranges: bytes Content-Type: text/xml Content-Length: 1234 ... </pre> </p>" ; schema:shortDescription "<p>Delete a topic. </p>" ; oplwebsrv:hasParameter <#action_wiki.topic.delete_#_cluster> , <#action_wiki.topic.delete_#_name> . <#action_wiki.topic.delete_#_cluster> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "cluster" ; schema:name "cluster" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired false ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The cluster name of the topic </p>" . <#action_wiki.topic.delete_#_name> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "name" ; schema:name "name" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The topic name to be delete</p>" . <#action_45d783d5b32cc296c593ca9a8d0bc35d> a schema:Action ; schema:name "wiki_topic_edit" ; schema:target <#action_wiki.topic.edit> . <#action_wiki.topic.edit> a schema:EntryPoint ; schema:name "EntryPoint - wiki_topic_edit" ; schema:url <https://vos.openlinksw.com/ods/api/wiki.topic.edit> ; schema:httpMethod "GET" ; schema:contentType "text/xml" ; ## OpenLink Web Services Ontology Terms oplwebsrv:isWebServiceOf <#this_ODSWikiModuleAPI> ; oplwebsrv:endPointURL <https://vos.openlinksw.com/ods/api/wiki.topic.edit> ; schema:description "<p><parameterlist kind=\"param\"><li> <parameternamelist> <parametername>cluster</parametername> </parameternamelist> <parameterdescription> <p>The cluster name of the topic </p></parameterdescription> </li> <li> <parameternamelist> <parametername>name</parametername> </parameternamelist> <parameterdescription> <p>The topic name </p></parameterdescription> </li> <li> <parameternamelist> <parametername>content</parametername> </parameternamelist> <parameterdescription> <p>The topic content</p></parameterdescription> </li> </ul> <simplesect kind=\"return\"><p>A set of RDF triples detailing the event or task encoded as RDF+XML.</p></simplesect> <simplesect kind=\"see\"><p><ref kindref=\"member\" refid=\"group__ods__module__wiki_1ga7b702067e20ab47a339c5516028609f5\">wiki.topic.new</ref></p></simplesect> <bold>Example:</bold> <pre> $ curl -i \"http://vos.openlinksw.com/ods/api/wiki.topic.edit?cluster=DemoWiki&amp;name=Test&amp;user_name=demo&amp;password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh\" HTTP/1.1 200 OK Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64 VDB Connection: Keep-Alive Date: Tue, 24 May 2011 21:05:58 GMT Accept-Ranges: bytes Content-Type: text/xml Content-Length: 1234 ... </pre> </p>" ; schema:shortDescription "<p>Modify a topic. </p>" ; oplwebsrv:hasParameter <#action_wiki.topic.edit_#_cluster> , <#action_wiki.topic.edit_#_name> , <#action_wiki.topic.edit_#_content> . <#action_wiki.topic.edit_#_cluster> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "cluster" ; schema:name "cluster" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The cluster name of the topic </p>" . <#action_wiki.topic.edit_#_name> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "name" ; schema:name "name" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The topic name </p>" . <#action_wiki.topic.edit_#_content> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "content" ; schema:name "content" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The topic content</p>" . <#action_cdde6197c8d59cebb8175bb1ac4762e2> a schema:Action ; schema:name "wiki_topic_get" ; schema:target <#action_wiki.topic.get> . <#action_wiki.topic.get> a schema:EntryPoint ; schema:name "EntryPoint - wiki_topic_get" ; schema:url <https://vos.openlinksw.com/ods/api/wiki.topic.get> ; schema:httpMethod "GET" ; schema:contentType "text/xml" ; ## OpenLink Web Services Ontology Terms oplwebsrv:isWebServiceOf <#this_ODSWikiModuleAPI> ; oplwebsrv:endPointURL <https://vos.openlinksw.com/ods/api/wiki.topic.get> ; schema:description "<p><parameterlist kind=\"param\"><li> <parameternamelist> <parametername>cluster</parametername> </parameternamelist> <parameterdescription> <p>The cluster name of the topic </p></parameterdescription> </li> <li> <parameternamelist> <parametername>name</parametername> </parameternamelist> <parameterdescription> <p>The topic name</p></parameterdescription> </li> </ul> <simplesect kind=\"return\"><p>A set of RDF triples detailing the event or task encoded as RDF+XML.</p></simplesect> <bold>Example:</bold> <pre> $ curl -i \"http://vos.openlinksw.com/ods/api/wiki.topic.get?cluster=DemoWiki&amp;name=Test&amp;user_name=demo&amp;password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh\" HTTP/1.1 200 OK Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64 VDB Connection: Keep-Alive Date: Tue, 24 May 2011 21:05:58 GMT Accept-Ranges: bytes Content-Type: application/sparql-results+xml Content-Length: 1234 ... </pre> </p>" ; schema:shortDescription "<p>Get the details of a specific topic. </p>" ; oplwebsrv:hasParameter <#action_wiki.topic.get_#_cluster> , <#action_wiki.topic.get_#_name> . <#action_wiki.topic.get_#_cluster> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "cluster" ; schema:name "cluster" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The cluster name of the topic </p>" . <#action_wiki.topic.get_#_name> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "name" ; schema:name "name" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The topic name</p>" . <#action_7b702067e20ab47a339c5516028609f5> a schema:Action ; schema:name "wiki_topic_new" ; schema:target <#action_wiki.topic.new> . <#action_wiki.topic.new> a schema:EntryPoint ; schema:name "EntryPoint - wiki_topic_new" ; schema:url <https://vos.openlinksw.com/ods/api/wiki.topic.new> ; schema:httpMethod "GET" ; schema:contentType "text/xml" ; ## OpenLink Web Services Ontology Terms oplwebsrv:isWebServiceOf <#this_ODSWikiModuleAPI> ; oplwebsrv:endPointURL <https://vos.openlinksw.com/ods/api/wiki.topic.new> ; schema:description "<p><parameterlist kind=\"param\"><li> <parameternamelist> <parametername>cluster</parametername> </parameternamelist> <parameterdescription> <p>The cluster name of the topic </p></parameterdescription> </li> <li> <parameternamelist> <parametername>name</parametername> </parameternamelist> <parameterdescription> <p>The topic name </p></parameterdescription> </li> <li> <parameternamelist> <parametername>content</parametername> </parameternamelist> <parameterdescription> <p>The topic content</p></parameterdescription> </li> </ul> <simplesect kind=\"return\"><p>A set of RDF triples detailing the event or task encoded as RDF+XML.</p></simplesect> <bold>Example:</bold> <pre> $ curl -i \"http://vos.openlinksw.com/ods/api/wiki.topic.new?cluster=DemoWiki&amp;name=Test&amp;user_name=demo&amp;password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh\" HTTP/1.1 200 OK Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64 VDB Connection: Keep-Alive Date: Tue, 24 May 2011 21:05:58 GMT Accept-Ranges: bytes Content-Type: text/xml Content-Length: 1234 ... </pre> </p>" ; schema:shortDescription "<p>Create a new topic. </p>" ; oplwebsrv:hasParameter <#action_wiki.topic.new_#_cluster> , <#action_wiki.topic.new_#_name> , <#action_wiki.topic.new_#_content> . <#action_wiki.topic.new_#_cluster> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "cluster" ; schema:name "cluster" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The cluster name of the topic </p>" . <#action_wiki.topic.new_#_name> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "name" ; schema:name "name" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The topic name </p>" . <#action_wiki.topic.new_#_content> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "content" ; schema:name "content" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The topic content</p>" . <#action_e9f39bdb106aa5fe5f90ef9b326b2a4d> a schema:Action ; schema:name "wiki_topic_sync" ; schema:target <#action_wiki.topic.sync> . <#action_wiki.topic.sync> a schema:EntryPoint ; schema:name "EntryPoint - wiki_topic_sync" ; schema:url <https://vos.openlinksw.com/ods/api/wiki.topic.sync> ; schema:httpMethod "GET" ; schema:contentType "text/xml" ; ## OpenLink Web Services Ontology Terms oplwebsrv:isWebServiceOf <#this_ODSWikiModuleAPI> ; oplwebsrv:endPointURL <https://vos.openlinksw.com/ods/api/wiki.topic.sync> ; schema:shortDescription "" ; oplwebsrv:hasParameter <#action_wiki.topic.sync_#_cluster> , <#action_wiki.topic.sync_#_name> . <#action_wiki.topic.sync_#_cluster> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "cluster" ; schema:name "cluster" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> . <#action_wiki.topic.sync_#_name> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "name" ; schema:name "name" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> . <#action_b29f785d6b93058262bdf3fe34ecf228> a schema:Action ; schema:name "wiki_topic_versions" ; schema:target <#action_wiki.topic.versions> . <#action_wiki.topic.versions> a schema:EntryPoint ; schema:name "EntryPoint - wiki_topic_versions" ; schema:url <https://vos.openlinksw.com/ods/api/wiki.topic.versions> ; schema:httpMethod "GET" ; schema:contentType "text/xml" ; ## OpenLink Web Services Ontology Terms oplwebsrv:isWebServiceOf <#this_ODSWikiModuleAPI> ; oplwebsrv:endPointURL <https://vos.openlinksw.com/ods/api/wiki.topic.versions> ; schema:description "<p><parameterlist kind=\"param\"><li> <parameternamelist> <parametername>cluster</parametername> </parameternamelist> <parameterdescription> <p>The cluster name of the topic </p></parameterdescription> </li> <li> <parameternamelist> <parametername>name</parametername> </parameternamelist> <parameterdescription> <p>The topic name</p></parameterdescription> </li> </ul> <simplesect kind=\"return\"><p>A set of RDF triples detailing the event or task encoded as RDF+XML.</p></simplesect> <bold>Example:</bold> <pre> $ curl -i \"http://vos.openlinksw.com/ods/api/wiki.topic.versions?cluster=DemoWiki&amp;name=Test&amp;user_name=demo&amp;password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh\" HTTP/1.1 200 OK Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64 VDB Connection: Keep-Alive Date: Tue, 24 May 2011 21:05:58 GMT Accept-Ranges: bytes Content-Type: text/xml Content-Length: 1234 ... </pre> </p>" ; schema:shortDescription "<p>Get the details of the versions of the specific topic. </p>" ; oplwebsrv:hasParameter <#action_wiki.topic.versions_#_cluster> , <#action_wiki.topic.versions_#_name> . <#action_wiki.topic.versions_#_cluster> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "cluster" ; schema:name "cluster" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired false ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The cluster name of the topic </p>" . <#action_wiki.topic.versions_#_name> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "name" ; schema:name "name" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The topic name</p>" . <#action_15a5d8e3f66d971db4861d1d65ff6cf1> a schema:Action ; schema:name "wiki_topic_versions_diff" ; schema:target <#action_wiki.topic.versions.diff> . <#action_wiki.topic.versions.diff> a schema:EntryPoint ; schema:name "EntryPoint - wiki_topic_versions_diff" ; schema:url <https://vos.openlinksw.com/ods/api/wiki.topic.versions.diff> ; schema:httpMethod "GET" ; schema:contentType "text/xml" ; ## OpenLink Web Services Ontology Terms oplwebsrv:isWebServiceOf <#this_ODSWikiModuleAPI> ; oplwebsrv:endPointURL <https://vos.openlinksw.com/ods/api/wiki.topic.versions.diff> ; schema:description "<p><parameterlist kind=\"param\"><li> <parameternamelist> <parametername>cluster</parametername> </parameternamelist> <parameterdescription> <p>The cluster name of the topic </p></parameterdescription> </li> <li> <parameternamelist> <parametername>name</parametername> </parameternamelist> <parameterdescription> <p>The topic name </p></parameterdescription> </li> <li> <parameternamelist> <parametername>version</parametername> </parameternamelist> <parameterdescription> <p>The topic version number</p></parameterdescription> </li> </ul> <simplesect kind=\"return\"><p>A set of RDF triples detailing the event or task encoded as RDF+XML.</p></simplesect> <bold>Example:</bold> <pre> $ curl -i \"http://vos.openlinksw.com/ods/api/wiki.topic.versions.diff?cluster=DemoWiki&amp;name=Test&amp;version=1&amp;user_name=demo&amp;password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh\" HTTP/1.1 200 OK Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64 VDB Connection: Keep-Alive Date: Tue, 24 May 2011 21:05:58 GMT Accept-Ranges: bytes Content-Type: text/xml Content-Length: 1234 ... </pre> </p>" ; schema:shortDescription "<p>Get the diff of the specific version of the specific topic. </p>" ; oplwebsrv:hasParameter <#action_wiki.topic.versions.diff_#_cluster> , <#action_wiki.topic.versions.diff_#_name> , <#action_wiki.topic.versions.diff_#_version> . <#action_wiki.topic.versions.diff_#_cluster> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "cluster" ; schema:name "cluster" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The cluster name of the topic </p>" . <#action_wiki.topic.versions.diff_#_name> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "name" ; schema:name "name" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The topic name </p>" . <#action_wiki.topic.versions.diff_#_version> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "version" ; schema:name "version" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The topic version number</p>" . <#action_deacc95f5b016e50fb5f932072088b13> a schema:Action ; schema:name "wiki_topic_versions_get" ; schema:target <#action_wiki.topic.versions.get> . <#action_wiki.topic.versions.get> a schema:EntryPoint ; schema:name "EntryPoint - wiki_topic_versions_get" ; schema:url <https://vos.openlinksw.com/ods/api/wiki.topic.versions.get> ; schema:httpMethod "GET" ; schema:contentType "text/xml" ; ## OpenLink Web Services Ontology Terms oplwebsrv:isWebServiceOf <#this_ODSWikiModuleAPI> ; oplwebsrv:endPointURL <https://vos.openlinksw.com/ods/api/wiki.topic.versions.get> ; schema:description "<p><parameterlist kind=\"param\"><li> <parameternamelist> <parametername>cluster</parametername> </parameternamelist> <parameterdescription> <p>The cluster name of the topic </p></parameterdescription> </li> <li> <parameternamelist> <parametername>name</parametername> </parameternamelist> <parameterdescription> <p>The topic name </p></parameterdescription> </li> <li> <parameternamelist> <parametername>version</parametername> </parameternamelist> <parameterdescription> <p>The topic version number</p></parameterdescription> </li> </ul> <simplesect kind=\"return\"><p>A set of RDF triples detailing the event or task encoded as RDF+XML.</p></simplesect> <bold>Example:</bold> <pre> $ curl -i \"http://vos.openlinksw.com/ods/api/wiki.topic.versions.get?cluster=DemoWiki&amp;name=Test&amp;version=1&amp;user_name=demo&amp;password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh\" HTTP/1.1 200 OK Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64 VDB Connection: Keep-Alive Date: Tue, 24 May 2011 21:05:58 GMT Accept-Ranges: bytes Content-Type: text/xml Content-Length: 1234 ... </pre> </p>" ; schema:shortDescription "<p>Get the details of the specific version of the specific topic. </p>" ; oplwebsrv:hasParameter <#action_wiki.topic.versions.get_#_cluster> , <#action_wiki.topic.versions.get_#_name> , <#action_wiki.topic.versions.get_#_version> . <#action_wiki.topic.versions.get_#_cluster> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "cluster" ; schema:name "cluster" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The cluster name of the topic </p>" . <#action_wiki.topic.versions.get_#_name> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "name" ; schema:name "name" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The topic name </p>" . <#action_wiki.topic.versions.get_#_version> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "version" ; schema:name "version" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The topic version number</p>" . <#action_d77c206f66cda3441af285832fa261fc> a schema:Action ; schema:name "wiki_upstream_check" ; schema:target <#action_wiki.upstream.check> . <#action_wiki.upstream.check> a schema:EntryPoint ; schema:name "EntryPoint - wiki_upstream_check" ; schema:url <https://vos.openlinksw.com/ods/api/wiki.upstream.check> ; schema:httpMethod "GET" ; schema:contentType "text/xml" ; ## OpenLink Web Services Ontology Terms oplwebsrv:isWebServiceOf <#this_ODSWikiModuleAPI> ; oplwebsrv:endPointURL <https://vos.openlinksw.com/ods/api/wiki.upstream.check> ; schema:description "<p><parameterlist kind=\"param\"><li> <parameternamelist> <parametername>url</parametername> </parameternamelist> <parameterdescription> <p /></parameterdescription> </li> </ul> <simplesect kind=\"return\"><p>An error code stating the success of the command execution as detailed in <ref kindref=\"member\" refid=\"ods_response_format_1ods_response_format_result_code\">ODS Error Result Codes</ref>.</p></simplesect> <bold>Example:</bold> <pre> $ curl -i \"http://vos.openlinksw.com/ods/api/wiki.upstream.check?url=http://vos.openlinksw.com/dataspace/demo/wiki/demoWiki2/atom-pub\" HTTP/1.1 200 OK Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64 VDB Connection: Keep-Alive Date: Fri, 20 May 2011 08:28:58 GMT Accept-Ranges: bytes Content-Type: text/plain; charset=\"UTF-8\" Content-Length: 57 &lt;result&gt; &lt;code&gt;1&lt;/code&gt; &lt;message&gt;Success&lt;/message&gt; &lt;/result&gt; </pre> </p>" ; schema:shortDescription "<p>Check a wiki upstream URL. </p>" ; oplwebsrv:hasParameter <#action_wiki.upstream.check_#_url> . <#action_wiki.upstream.check_#_url> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "url" ; schema:name "url" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p />" . <#action_b861d5c5bc09cc685019f0a4c0cbdbfd> a schema:Action ; schema:name "wiki_upstream_delete" ; schema:target <#action_wiki.upstream.delete> . <#action_wiki.upstream.delete> a schema:EntryPoint ; schema:name "EntryPoint - wiki_upstream_delete" ; schema:url <https://vos.openlinksw.com/ods/api/wiki.upstream.delete> ; schema:httpMethod "GET" ; schema:contentType "text/xml" ; ## OpenLink Web Services Ontology Terms oplwebsrv:isWebServiceOf <#this_ODSWikiModuleAPI> ; oplwebsrv:endPointURL <https://vos.openlinksw.com/ods/api/wiki.upstream.delete> ; schema:description "<p><parameterlist kind=\"param\"><li> <parameternamelist> <parametername>cluster</parametername> </parameternamelist> <parameterdescription> <p>The cluster name of the upstream </p></parameterdescription> </li> <li> <parameternamelist> <parametername>name</parametername> </parameternamelist> <parameterdescription> <p>A human-readable name for the upstream.</p></parameterdescription> </li> </ul> <simplesect kind=\"return\"><p>An error code stating the success of the command execution as detailed in <ref kindref=\"member\" refid=\"ods_response_format_1ods_response_format_result_code\">ODS Error Result Codes</ref>.</p></simplesect> <bold>Example:</bold> <pre> $ curl -i \"http://vos.openlinksw.com/ods/api/wiki.upstream.delete?cluster=DemoWiki&amp;name=demoUpstream&amp;userName=demo&amp;userPassword=demo&amp;user_name=demo&amp;password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh\" HTTP/1.1 200 OK Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64 VDB Connection: Keep-Alive Date: Fri, 20 May 2011 08:31:09 GMT Accept-Ranges: bytes Content-Type: text/xml; charset=\"UTF-8\" Content-Length: 57 &lt;result&gt; &lt;code&gt;1&lt;/code&gt; &lt;message&gt;Success&lt;/message&gt; &lt;/result&gt; </pre> </p>" ; schema:shortDescription "<p>Delete a wiki upstream. </p>" ; oplwebsrv:hasParameter <#action_wiki.upstream.delete_#_cluster> , <#action_wiki.upstream.delete_#_name> . <#action_wiki.upstream.delete_#_cluster> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "cluster" ; schema:name "cluster" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The cluster name of the upstream </p>" . <#action_wiki.upstream.delete_#_name> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "name" ; schema:name "name" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>A human-readable name for the upstream.</p>" . <#action_50c6359a7bba57e4875535108bf64f42> a schema:Action ; schema:name "wiki_upstream_edit" ; schema:target <#action_wiki.upstream.edit> . <#action_wiki.upstream.edit> a schema:EntryPoint ; schema:name "EntryPoint - wiki_upstream_edit" ; schema:url <https://vos.openlinksw.com/ods/api/wiki.upstream.edit> ; schema:httpMethod "GET" ; schema:contentType "text/xml" ; ## OpenLink Web Services Ontology Terms oplwebsrv:isWebServiceOf <#this_ODSWikiModuleAPI> ; oplwebsrv:endPointURL <https://vos.openlinksw.com/ods/api/wiki.upstream.edit> ; schema:description "<p><parameterlist kind=\"param\"><li> <parameternamelist> <parametername>cluster</parametername> </parameternamelist> <parameterdescription> <p>The cluster name of the upstream </p></parameterdescription> </li> <li> <parameternamelist> <parametername>name</parametername> </parameternamelist> <parameterdescription> <p>A human-readable name for the upstream. </p></parameterdescription> </li> <li> <parameternamelist> <parametername>url</parametername> </parameternamelist> <parameterdescription> <p /></parameterdescription> </li> <li> <parameternamelist> <parametername>user</parametername> </parameternamelist> <parameterdescription> <p /></parameterdescription> </li> <li> <parameternamelist> <parametername>password</parametername> </parameternamelist> <parameterdescription> <p /></parameterdescription> </li> </ul> <simplesect kind=\"return\"><p>An error code stating the success of the command execution as detailed in <ref kindref=\"member\" refid=\"ods_response_format_1ods_response_format_result_code\">ODS Error Result Codes</ref>.</p></simplesect> <bold>Example:</bold> <pre> $ curl -i \"http://vos.openlinksw.com/ods/api/wiki.upstream.edit?cluster=DemoWiki&amp;name=demoUpstream&amp;url=http://vos.openlinksw.com/dataspace/demo/wiki/demoWiki2/atom-pub&amp;userName=demo&amp;userPassword=demo&amp;user_name=demo&amp;password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh\" HTTP/1.1 200 OK Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64 VDB Connection: Keep-Alive Date: Fri, 20 May 2011 08:30:08 GMT Accept-Ranges: bytes Content-Type: text/plain; charset=\"UTF-8\" Content-Length: 57 &lt;result&gt; &lt;code&gt;1&lt;/code&gt; &lt;message&gt;Success&lt;/message&gt; &lt;/result&gt; </pre> </p>" ; schema:shortDescription "<p>Modify a wiki upstream. </p>" ; oplwebsrv:hasParameter <#action_wiki.upstream.edit_#_cluster> , <#action_wiki.upstream.edit_#_name> , <#action_wiki.upstream.edit_#_url> , <#action_wiki.upstream.edit_#_user> , <#action_wiki.upstream.edit_#_password> . <#action_wiki.upstream.edit_#_cluster> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "cluster" ; schema:name "cluster" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The cluster name of the upstream </p>" . <#action_wiki.upstream.edit_#_name> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "name" ; schema:name "name" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>A human-readable name for the upstream. </p>" . <#action_wiki.upstream.edit_#_url> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "url" ; schema:name "url" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p />" . <#action_wiki.upstream.edit_#_user> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "user" ; schema:name "user" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p />" . <#action_wiki.upstream.edit_#_password> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "password" ; schema:name "password" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p />" . <#action_08e13b75c529088b4afb42c25c7de2f3> a schema:Action ; schema:name "wiki_upstream_new" ; schema:target <#action_wiki.upstream.new> . <#action_wiki.upstream.new> a schema:EntryPoint ; schema:name "EntryPoint - wiki_upstream_new" ; schema:url <https://vos.openlinksw.com/ods/api/wiki.upstream.new> ; schema:httpMethod "GET" ; schema:contentType "text/xml" ; ## OpenLink Web Services Ontology Terms oplwebsrv:isWebServiceOf <#this_ODSWikiModuleAPI> ; oplwebsrv:endPointURL <https://vos.openlinksw.com/ods/api/wiki.upstream.new> ; schema:description "<p><parameterlist kind=\"param\"><li> <parameternamelist> <parametername>cluster</parametername> </parameternamelist> <parameterdescription> <p>The cluster name of the upstream </p></parameterdescription> </li> <li> <parameternamelist> <parametername>name</parametername> </parameternamelist> <parameterdescription> <p>A human-readable name for the new upstream. </p></parameterdescription> </li> <li> <parameternamelist> <parametername>url</parametername> </parameternamelist> <parameterdescription> <p /></parameterdescription> </li> <li> <parameternamelist> <parametername>user</parametername> </parameternamelist> <parameterdescription> <p /></parameterdescription> </li> <li> <parameternamelist> <parametername>password</parametername> </parameternamelist> <parameterdescription> <p /></parameterdescription> </li> </ul> <simplesect kind=\"return\"><p>An error code stating the success of the command execution as detailed in <ref kindref=\"member\" refid=\"ods_response_format_1ods_response_format_result_code\">ODS Error Result Codes</ref>. If successful the error code matches the id of the newly created upstream.</p></simplesect> <bold>Example:</bold> <pre> $ curl -i \"http://vos.openlinksw.com/ods/api/wiki.upstream.new?cluster=DemoWiki&amp;name=demoUpstream&amp;url=http://vos.openlinksw.com/dataspace/demo/wiki/demoWiki2/atom-pub&amp;userName=demo&amp;userPassword=demo&amp;user_name=demo&amp;password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh\" HTTP/1.1 200 OK Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64 VDB Connection: Keep-Alive Date: Fri, 20 May 2011 08:28:58 GMT Accept-Ranges: bytes Content-Type: text/plain; charset=\"UTF-8\" Content-Length: 57 &lt;result&gt; &lt;code&gt;1&lt;/code&gt; &lt;message&gt;Success&lt;/message&gt; &lt;/result&gt; </pre> </p>" ; schema:shortDescription "<p>Create a new wiki upstream. </p>" ; oplwebsrv:hasParameter <#action_wiki.upstream.new_#_cluster> , <#action_wiki.upstream.new_#_name> , <#action_wiki.upstream.new_#_url> , <#action_wiki.upstream.new_#_user> , <#action_wiki.upstream.new_#_password> . <#action_wiki.upstream.new_#_cluster> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "cluster" ; schema:name "cluster" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The cluster name of the upstream </p>" . <#action_wiki.upstream.new_#_name> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "name" ; schema:name "name" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>A human-readable name for the new upstream. </p>" . <#action_wiki.upstream.new_#_url> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "url" ; schema:name "url" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p />" . <#action_wiki.upstream.new_#_user> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "user" ; schema:name "user" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p />" . <#action_wiki.upstream.new_#_password> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "password" ; schema:name "password" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p />" . <#action_5b209cdd34211ac5e8bd5cfdad0d2d5a> a schema:Action ; schema:name "wiki_upstream_sync" ; schema:target <#action_wiki.upstream.sync> . <#action_wiki.upstream.sync> a schema:EntryPoint ; schema:name "EntryPoint - wiki_upstream_sync" ; schema:url <https://vos.openlinksw.com/ods/api/wiki.upstream.sync> ; schema:httpMethod "GET" ; schema:contentType "text/xml" ; ## OpenLink Web Services Ontology Terms oplwebsrv:isWebServiceOf <#this_ODSWikiModuleAPI> ; oplwebsrv:endPointURL <https://vos.openlinksw.com/ods/api/wiki.upstream.sync> ; schema:description "<p>Manually synchonizes a cluster upstream created with <ref kindref=\"member\" refid=\"group__ods__module__wiki_1ga08e13b75c529088b4afb42c25c7de2f3\">wiki.upstream.new()</ref>. This is required if the subscription has been configured to be manually updated. However, it can also be used to force an update on subscriptions with a scheduled update interval.</p><p><parameterlist kind=\"param\"><li> <parameternamelist> <parametername>cluster</parametername> </parameternamelist> <parameterdescription> <p>The cluster name of the upstream </p></parameterdescription> </li> <li> <parameternamelist> <parametername>name</parametername> </parameternamelist> <parameterdescription> <p>A human-readable name for the upstream.</p></parameterdescription> </li> </ul> <simplesect kind=\"return\"><p>An error code stating the success of the command execution as detailed in <ref kindref=\"member\" refid=\"ods_response_format_1ods_response_format_result_code\">ODS Error Result Codes</ref>.</p></simplesect> <bold>Example:</bold> <pre> $ curl -i \"http://vos.openlinksw.com/ods/api/wiki.upstream.sync?cluster=DemoWiki&amp;name=demoUpstream&amp;userName=demo&amp;userPassword=demo&amp;user_name=demo&amp;password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh\" HTTP/1.1 200 OK Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64 VDB Connection: Keep-Alive Date: Tue, 24 May 2011 22:40:59 GMT Accept-Ranges: bytes Content-Type: text/xml; charset=\"UTF-8\" Content-Length: 57 &lt;result&gt; &lt;code&gt;1&lt;/code&gt; &lt;message&gt;Success&lt;/message&gt; &lt;/result&gt; </pre> </p>" ; schema:shortDescription "<p>Synchronize a cluster upstream. </p>" ; oplwebsrv:hasParameter <#action_wiki.upstream.sync_#_cluster> , <#action_wiki.upstream.sync_#_name> . <#action_wiki.upstream.sync_#_cluster> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "cluster" ; schema:name "cluster" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>The cluster name of the upstream </p>" . <#action_wiki.upstream.sync_#_name> a oplwebsrv:WebServiceParameter ; oplwebsrv:parameterName "name" ; schema:name "name" ; # oplwebsrv:parameterType "varchar" ; oplwebsrv:isRequired true ; wdrs:describedby <#this_ODSWikiModuleAPIDoc> ; schema:mainEntityOfPage <#this_ODSWikiModuleAPIDoc> ; schema:description "<p>A human-readable name for the upstream.</p>" . </script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-scroll"> <div class="wy-side-nav-search"> <a href="." class="icon icon-home">VOS.VOSIndex</a> <div role="search"> <form id="rtd-search-form" class="wy-form" action="/wiki/resources/advanced_search.vspx" method="post"><input type="hidden" name="cluster" value="VOS" /><input type="text" name="q" size="60" id="new_search_txt" value="" /><input name="area" value="default" type="hidden" /> </form> </div> </div><!--Left margin menu--> <div aria-label="main navigation" role="navigation" data-spy="affix" class="wy-menu wy-menu-vertical" style="padding-left: 1em"> <ul class="oplleftmenu"> <li class="oplleftmenutitle">You are here: </li> <li class="toctrlite-l1 tocsoliton breadcrumb">/<a href="http://vos.openlinksw.com/dataspace/owiki/wiki/VOS">VOS</a>/<a href="http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSIndex">VOSIndex</a> </li> <li class="oplleftmenutitle">Tools</li> <li> <a id="loginlink" href="">Login</a> </li> <li class="oplleftmenutitle">Formats <br /> </li> <li> <a rel="nofollow" href="?command=text">Text</a> </li> <li> <a rel="nofollow" href="?command=plain-html">Plain HTML</a> </li> <li> <a rel="nofollow" href="?command=docbook">DocBook</a> </li> <li> <a rel="nofollow" href="?command=export_rdf">Export RDF</a> </li> <li class="oplleftmenutitle">Cluster Changes</li> <li> <img border="0" alt="RSS" title="RSS" src="https://vos.openlinksw.com/wiki/resources/images/rss-icon-12.png" /><a href="https://vos.openlinksw.com/wiki/resources/gems.vsp?type=rss20"> RSS 2.0 </a> </li> <li> <img border="0" alt="RDF" title="RDF" src="https://vos.openlinksw.com/wiki/resources/images/rdf-icon-12.png" /><a href="https://vos.openlinksw.com/wiki/resources/gems.vsp?type=rdf"> RDF </a> </li> <li> <img border="0" alt="SIOC (RDF/XML)" title="SIOC (RDF/XML)" src="https://vos.openlinksw.com/wiki/resources/images/rdf-icon-12.png" /><a href="http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/sioc.rdf&#10; "> SIOC (RDF/XML) </a> </li> <li> <img border="0" alt="SIOC (N3/Turtle)" title="SIOC (N3/Turtle)" src="https://vos.openlinksw.com/wiki/resources/images/rdf-icon-12.png" /><a href="http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/sioc.ttl&#10; "> SIOC (N3/Turtle) </a> </li> <li class="oplleftmenutitle">Meta</li> <li> Modified by at </li> <li> <br /> Version History:<br /> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSIndex?rev=20">1.20</a><a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSIndex?command=diff&amp;rev=19" alt="View changes between revisions" title="View changes between revisions">&gt;</a><a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSIndex?rev=19">1.19</a><a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSIndex?command=diff&amp;rev=18" alt="View changes between revisions" title="View changes between revisions">&gt;</a><a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSIndex?rev=18">1.18</a> </li> </ul> </div> <div class="wy-menu wy-menu-vertical" data-toggle="rst-versions" role="note" aria-label="versions"> <hr style="width: 50%; text-align: center; margin: 1em;" /> <br /> <dl> <dt style="color: white">OpenLink Software</dt> <dd> <a href="https://www.openlinksw.com/">Home</a> </dd> <dd> <a href="http://uda.openlinksw.com/">Universal Data Access (UDA) <br /> - ODBC, JDBC, ADO.NET and OleDB Drivers </a> </dd> <dd> <a href="http://virtuoso.openlinksw.com/">Virtuoso</a> </dd> <dd> <a href="http://vos.openlinksw.com/漏">Virtuoso Open-Souce Edition</a> </dd> <dd> <a href="http://osde.openlinksw.com/">OpenLink Structured Data Editor</a> </dd> <dd> <a href="http://osds.openlinksw.com/">OpenLink Structured Data Sniffer</a> </dd> <dd> <a href="http://ode.openlinksw.com/">OpenLink Data Explorer (ODE)</a> </dd> <dd> <a href="http://oat.openlinksw.com/">OpenLink AJAX Toolkit (OAT)</a> </dd> <dd> <a href="http://ods.openlinksw.com/wiki/ODS/">OpenLink Data Spaces (ODS)</a> </dd> </dl> </div> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"><i data-toggle="wy-nav-top" class="fa fa-bars"></i><a href=".">Virtuoso Documentation</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <hr /><!--Start body content--><!--Invoked as wiki: cluster=VOS, site=wiki-VOS --> <div id="thecontent"> <div style="display: none"> <li id="wiki-nstab-main" class="selected"> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSIndex" id="current-topic">Topic</a> </li> <li id="wiki-nstab-talks"> <a id="current-topic-talks" href="javascript: void(0);" title="Discussion" onclick="javascript: window.open('https://vos.openlinksw.com/wiki/resources/conversation.vspx?fid=439655557', 'conversation', 'width=700,height=650,scrollbars=yes'); return false;"> Discussion </a> </li> <div id="other-output-toolbar"> <span><a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSIndex">VOS.VOSIndex</a>(Last) </span><span> -- Owiki<a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/Owiki?WikiCluster=VOS">? </a>, 2024-11-11 14:54:42</span> <span><a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSIndex?command=edit">Edit</a> </span><span></span> <span> <div class="wiki-source-type"> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSIndex?command=text">[TXT]</a> </div> </span> <span> <div class="wiki-source-type"> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSIndex?command=plain-html">[PLAIN]</a> </div> </span> <span> <div class="wiki-source-type"> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSIndex?command=docbook">[DOCBOOK]</a> </div> </span> <span id="top-mod-by"><a href="https://vos.openlinksw.com/dataspace/person/owiki#this">owiki</a> </span><span id="top-mod-time">2024-11-11 14:54:42</span> </div> </div> <div class="topic-text"> <p> </p> <h1> <a name="Virtuoso Open-Source Edition"></a>Virtuoso Open-Source Edition</h1> <p> </p> <div class="MACRO_TOC"> <div class="wikitoc"> <ul> <li> <a href="#What%27s%20New">What&#39;s New</a> </li> <ul> <li> <a href="#2024-11-11%3A%20Virtuoso%207.2.14%20Released%2C%20Open%20Source%20Edition">2024-11-11: Virtuoso 7.2.14 Released, Open Source Edition</a> </li> <li> <a href="#2024-06-12%3A%20Virtuoso%207.2.13%20Released%2C%20Open%20Source%20Edition">2024-06-12: Virtuoso 7.2.13 Released, Open Source Edition</a> </li> </ul> <li> <a href="#What%27s%20New">What&#39;s New</a> </li> <ul> <li> <a href="#2024-02-13%3A%20Virtuoso%207.2.12%20Released%2C%20Open%20Source%20Edition">2024-02-13: Virtuoso 7.2.12 Released, Open Source Edition</a> </li> <li> <a href="#2023-06-07%3A%20Virtuoso%207.2.10%20Released%2C%20Open%20Source%20Edition">2023-06-07: Virtuoso 7.2.10 Released, Open Source Edition</a> </li> <li> <a href="#2023-02-28%3A%20Virtuoso%207.2.9%20Released%2C%20Open%20Source%20Edition">2023-02-28: Virtuoso 7.2.9 Released, Open Source Edition</a> </li> <li> <a href="#2022-10-19%3A%20Virtuoso%207.2.8%20Released%2C%20Open%20Source%20Edition">2022-10-19: Virtuoso 7.2.8 Released, Open Source Edition</a> </li> <li> <a href="#2022-05-18%3A%20Virtuoso%207.2.7%20Released%2C%20Open%20Source%20Edition">2022-05-18: Virtuoso 7.2.7 Released, Open Source Edition</a> </li> <li> <a href="#2018-08-15%3A%20Virtuoso%207.2.5.1%20Released%2C%20Open%20Source%20Edition">2018-08-15: Virtuoso 7.2.5.1 Released, Open Source Edition</a> </li> <li> <a href="#2016-04-24%3A%20Virtuoso%207.2.4%20Released%2C%20Open%20Source%20and%20Commercial%20Editions">2016-04-24: Virtuoso 7.2.4 Released, Open Source and Commercial Editions</a> </li> <li> <a href="#2013-12-10%3A%20New%20VOS%206.1.8%20Released%20%28final%20update%20of%20v6%29">2013-12-10: New VOS 6.1.8 Released (final update of v6)</a> </li> <li> <a href="#Previous%20announcements">Previous announcements</a> </li> </ul> <li> <a href="#Download%2C%20Build%2C%20and%20Use%20--%20Get%20Started%21">Download, Build, and Use -- Get Started!</a> </li> <li> <a href="#How%20Do%20I...">How Do I...</a> </li> <ul> <li> <a href="#How%20Do%20I%20Get%20Virtuoso%3F">How Do I Get Virtuoso?</a> </li> <li> <a href="#How%20Do%20I%20Install%20Virtuoso%3F">How Do I Install Virtuoso?</a> </li> <li> <a href="#How%20Do%20I%20Upgrade%20Virtuoso%3F">How Do I Upgrade Virtuoso?</a> </li> <li> <a href="#How%20Do%20I%20Load%2C%20Dump%2C%20and%20otherwise%20Manage%20Data%20with%20Virtuoso%3F">How Do I Load, Dump, and otherwise Manage Data with Virtuoso?</a> </li> <li> <a href="#How%20Do%20I%20Query%20Data%20in%20Virtuoso%3F">How Do I Query Data in Virtuoso?</a> </li> <li> <a href="#How%20Do%20I%20Configure%20Virtuoso%3F">How Do I Configure Virtuoso?</a> </li> <li> <a href="#How%20Can%20I%20Learn%20More%3F">How Can I Learn More?</a> </li> <li> <a href="#What%20Else%20Can%20I%20Do%20With%20Virtuoso%3F">What Else Can I Do With Virtuoso?</a> </li> </ul> <li> <a href="#FAQ%20Lists">FAQ Lists</a> </li> <li> <a href="#Troubleshooting">Troubleshooting</a> </li> <li> <a href="#Functionality%20Realms">Functionality Realms</a> </li> <li> <a href="#Applications%20Built%20using%20Virtuoso">Applications Built using Virtuoso</a> </li> <li> <a href="#Client%20Connectivity%20Tools">Client Connectivity Tools</a> </li> <li> <a href="#Extensions">Extensions</a> </li> <ul> <li> <a href="#Language%20Runtime%20Hosting">Language Runtime Hosting</a> </li> <li> <a href="#Plugins">Plugins</a> </li> <li> <a href="#Utility%20Web%20Services">Utility Web Services</a> </li> </ul> <li> <a href="#Mailing%20Lists">Mailing Lists</a> </li> <li> <a href="#Additional%20Information">Additional Information</a> </li> <p> </p> </ul> </div> </div> <h2> <a name="What's New"></a> What&#39;s New</h2> <h3> <a name="2024-11-11: Virtuoso 7.2.14 Released, Open Source Edition"></a> 2024-11-11: Virtuoso 7.2.14 Released, Open Source Edition</h3> <p> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSNews" class="wikiword">Virtuoso 7.2.14</a>: Highlights of this update include: increased stability; fixes to the HTTP and SOAP server; fixes for handling websockets; fixes in the SPARQL query processor; build, compatibility and packaging.</p> <p>See the release <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSNews" class="wikiword">News</a> page or <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSDownload" class="wikiword">download</a> it now :)</p> <h3> <a name="2024-06-12: Virtuoso 7.2.13 Released, Open Source Edition"></a> 2024-06-12: Virtuoso 7.2.13 Released, Open Source Edition</h3> <p> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSNews" class="wikiword">Virtuoso 7.2.13</a>: Highlights of this update include: increased stability; fixes for TSV output, microdata parsing; small enhancements to the HTTP server; fixes in the SPARQL query processor; build, compatibility and packaging.</p> <p>See the release <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSNews" class="wikiword">News</a> page or <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSDownload" class="wikiword">download</a> it now :)</p> <h2> <a name="What's New"></a> What&#39;s New</h2> <h3> <a name="2024-02-13: Virtuoso 7.2.12 Released, Open Source Edition"></a> 2024-02-13: Virtuoso 7.2.12 Released, Open Source Edition</h3> <p> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSNews" class="wikiword">Virtuoso 7.2.12</a>: Highlights of this update include: increased stability; fixes for CSV, JSON and JSON-LD parsing; small enhancements to the HTTP server; fixes in the SPARQL query processor and UI.</p> <p> See the release <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSNews" class="wikiword">News</a> page or <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSDownload" class="wikiword">download</a> it now :)</p> <h3> <a name="2023-06-07: Virtuoso 7.2.10 Released, Open Source Edition"></a> 2023-06-07: Virtuoso 7.2.10 Released, Open Source Edition</h3> <p> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSNews" class="wikiword">Virtuoso 7.2.10</a>: Highlights of this update include increased stability; support for inserting N-Quads and JSON-LD data using either the SPARQL Graph CRUD protocol or the Conductor interface; better compatibility with third-party SPARQL endpoints for SERVICE commands; support for duration and interval datatypes in the SPARQL engine.</p> <p> See the release <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSNews" class="wikiword">News</a> page or <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSDownload" class="wikiword">download</a> it now!</p> <h3> <a name="2023-02-28: Virtuoso 7.2.9 Released, Open Source Edition"></a> 2023-02-28: Virtuoso 7.2.9 Released, Open Source Edition</h3> <p> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSNews" class="wikiword">Virtuoso 7.2.9</a> introduces a new JSON-LD parser, additional GraphQL<a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/GraphQL&amp;parent=VOSIndex" class="wikiword">?</a> enhancements for mutations and subscriptions and the graphql-ws protocol; the engine gains enhancements to the existing AnyTime<a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/AnyTime&amp;parent=VOSIndex" class="wikiword">?</a> Query functionality and support for &quot;soft&quot; checkpoints. Lots of other minor fixes are included too.</p> <p>See the release <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSNews" class="wikiword">News</a> page or <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSDownload" class="wikiword">download</a> it now.</p> <h3> <a name="2022-10-19: Virtuoso 7.2.8 Released, Open Source Edition"></a> 2022-10-19: Virtuoso 7.2.8 Released, Open Source Edition</h3> <p> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSNews" class="wikiword">Virtuoso 7.2.8</a> introduces support for GraphQL<a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/GraphQL&amp;parent=VOSIndex" class="wikiword">?</a> alongside other enhancements, optimizations and bug fixes across the board - SPARQL AnyTime<a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/AnyTime&amp;parent=VOSIndex" class="wikiword">?</a> Query enhancement, new SQL DDL constructs, improvements in the Faceted Browser and JDBC and Jena support, improved webserver CORS management in the Conductor and more.</p> <p>See the release <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSNews" class="wikiword">News</a> page or <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSDownload" class="wikiword">download</a> it now :)</p> <h3> <a name="2022-05-18: Virtuoso 7.2.7 Released, Open Source Edition"></a> 2022-05-18: Virtuoso 7.2.7 Released, Open Source Edition</h3> <p> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSNews" class="wikiword">Virtuoso 7.2.7</a> includes enhancements and bug fixes across the board, from the core Virtuoso Engine and its SPARQL support, to the Jena, Sesame, JDBC providers, the Conductor, the Faceted Browser, and the DAV implementation and more.</p> <p>See the release <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSNews" class="wikiword">News</a> page or <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSDownload" class="wikiword">download</a> it now.</p> <p> </p> <h3> <a name="2018-08-15: Virtuoso 7.2.5.1 Released, Open Source Edition"></a> 2018-08-15: Virtuoso 7.2.5.1 Released, Open Source Edition</h3> <p> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSNews" class="wikiword">Virtuoso 7.2.5.1</a> includes various enhancements and bug fixes across the board, from the core Virtuoso Engine and its SPARQL support, to the Jena, Sesame, JDBC, ADO.NET providers, the Conductor, the Faceted Browser, and the DAV implementation.</p> <p> <a href="VOSNews#2016-08-15%20-%20Virtuoso%207.2.5.1%20Released%2C%20Open%20Source%20Edition">Learn more about Virtuoso 7.2.5.1</a>... or download it now, either <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSDownload" class="wikiword">Open Source</a> or <a href="http://virtuoso.openlinksw.com/download/" class="absuri">Commercial</a> Edition!</p> <p> </p> <h3> <a name="2016-04-24: Virtuoso 7.2.4 Released, Open Source and Commercial Editions"></a> 2016-04-24: Virtuoso 7.2.4 Released, Open Source and Commercial Editions</h3> <p> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSNews" class="wikiword">Virtuoso 7.2.4</a> includes various enhancements and bug fixes. Significantly updated areas include the main Virtuoso Engine; SPARQL functionality; JDBC, Jena, and Sesame providers and functionality; the Faceted Browser; the Conductor; <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/WebDAV" class="wikiword">WebDAV</a> functionality; and the DBpedia VAD.</p> <p> <a href="VOSNews#2016-04-24%20-%20Virtuoso%207.2.4%20Released,%20Open%20Source%20and%20Commercial%20Editions">Learn more about Virtuoso 7.2.4</a>... or download it now, either <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSDownload" class="wikiword">Open Source</a> or <a href="http://virtuoso.openlinksw.com/download/" class="absuri">Commercial</a> Edition!</p> <h3> <a name="2013-12-10: New VOS 6.1.8 Released (final update of v6)"></a> 2013-12-10: New VOS 6.1.8 Released (final update of v6)</h3> <p> <a href="VOSNews#2013-12-10%20--%20Virtuoso%20Open-Source%20Edition%206.1.8%20Released">Virtuoso 6.1.8</a> includes improvements in the engine; SPARQL compiler optimisations; improvements in client RPC layer; performance improvements in Jena and Sesame providers; new Conductor <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/WebDAV" class="wikiword">WebDAV</a> user interface; improved navigation controls for the Faceted Browser.</p> <p> </p> <h3> <a name="Previous announcements"></a>Previous announcements</h3> <p> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSNews" class="wikiword">Older news may be found here</a>.</p> <p> </p> <h2> <a name="Download, Build, and Use -- Get Started!"></a>Download, Build, and Use -- Get Started!</h2> <ul> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSIntro" class="wikiword">Introduction</a> and <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSHistory" class="wikiword">History</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSDownload" class="wikiword">Download</a> and <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSGIT" class="wikiword">Git access</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSLicense" class="wikiword">Licensing Terms</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSStart" class="wikiword">Before you start</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSBuild" class="wikiword">Build Overview</a> <ul> <li>Specific notes for Linux Distributions <ul> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSCentosNotes" class="wikiword">CentOS</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSDebianNotes" class="wikiword">Debian GNU/Linux</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSFedoraNotes" class="wikiword">Fedora Core</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSUbuntuNotes" class="wikiword">Ubuntu</a> </li> </ul> </li> </ul> </li> <li>Getting Started: <ul> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSDB" class="wikiword">Database</a>: <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSAdminTour" class="wikiword">Conductor</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSUti" class="wikiword">Utilities</a> that come with Virtuoso </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSTutorial" class="wikiword">Tutorials</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSUsageWindows" class="wikiword">Windows-specific guide</a> </li> </ul> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSMailingLists" class="wikiword">Mailing lists</a> </li> </ul> <h2> <a name="How Do I..."></a> How Do I...</h2> <h3> <a name="How Do I Get Virtuoso?"></a> How Do I Get Virtuoso?</h3> <ul> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSDownload" class="wikiword">Download the Open Source Edition</a> </li> <li> <a href="http://download.openlinksw.com/virtwiz/" class="absuri">Download the Commercial Edition</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoEC2AMI" class="wikiword">Obtain and Install the Virtuoso EC2 AMI?</a> </li> </ul> <h3> <a name="How Do I Install Virtuoso?"></a> How Do I Install Virtuoso?</h3> <ul> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSBuild" class="wikiword">Install the Open Source Edition</a> </li> <li> <a href="http://support.openlinksw.com/supportweb/InstallationGuides" class="absuri">Install the Commercial Edition</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoEC2AMI" class="wikiword">Obtain and Install the Virtuoso EC2 AMI?</a> </li> </ul> <h3> <a name="How Do I Upgrade Virtuoso?"></a> How Do I Upgrade Virtuoso?</h3> <ul> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSUpgradeInstructions" class="wikiword">Upgrade from Release 4.x or earlier, to Release 5.x</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/UpgradingToVOS610" class="wikiword">Upgrade from Release 5.x through Release 6.0.x, to Release 6.1.0 and later</a> </li> </ul> <h3> <a name="How Do I Load, Dump, and otherwise Manage Data with Virtuoso?"></a> How Do I Load, Dump, and otherwise Manage Data with Virtuoso?</h3> <ul> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtRDFInsert" class="wikiword">Insert RDF Data into Virtuoso?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtGraphUpdateProtocol" class="wikiword">Manage RDF data by using SPARQL 1.1. Graph Store HTTP Protocol?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtGraphReplication" class="wikiword">Perform RDF Graph Replication?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtBulkRDFLoader" class="wikiword">Perform Bulk Loading of RDF Source Files into one or more Graph IRIs?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtCsvFileBulkLoader" class="wikiword">Perform Bulk Loading of CSV Files?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksAttachCSVFiles" class="wikiword">Attach a CSV document to Virtuoso Database Server Instance?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtRDFDatasetDump" class="wikiword">Perform Dump and Reload of RDF Graphs?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtRDFDumpNQuad" class="wikiword">Perform Dump of RDF Graphs into NQuad dumps?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtRdfGraphDumpInfRule" class="wikiword">Perform Dump of RDF Graph based on Inference Rules?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtDumpRDFViewGraphs" class="wikiword">Perform Dump of RDFView Graph data?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtRemoveTriples" class="wikiword">Remove all triples from Virtuoso Server?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoDAVS3" class="wikiword">Sync data from Amazon S3 to Virtuoso and back?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtRdfReplScenarios" class="wikiword">Exploit Virtuoso&#39;s Replication Functionality re. Web based Solutions?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtR2RML" class="wikiword">Use R2RML (RDB to RDF Mapping Language) with Virtuoso?</a> </li> <li> <a href="http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtRdb2RDFViewsGeneration#OneClickLinkedDataGenerationAndDemployment" class="absuri">Use Virtuoso&#39;s HTML-based Wizard to Generate RDF-based Linked Data from Relational Databases?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSetCrawlerJobsGuide" class="wikiword">Set up Crawler Jobs using the Conductor?</a> </li> <li> <a href="http://docs.openlinksw.com/virtuoso/rdfsparql.html#rdfsupportedprotocolendpointuri" class="absuri">How to assign SPARQL_SPONGE privileges to user SPARQL?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSpongerRESTPatterns" class="wikiword">Use the Sponger Middleware via REST patterns?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSpongerNanotation" class="wikiword">Use the Sponger Nanotations?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSpongerCartridgeProgrammersGuide_Part3" class="wikiword">Interact with Sponger Linked Data Middleware via REST patterns?</a> </li> </ul> <h3> <a name="How Do I Query Data in Virtuoso?"></a> How Do I Query Data in Virtuoso?</h3> <ul> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtVisualizeWithPivotViewer" class="wikiword">Use Microsoft&#39;s PivotViewer as a front-end to Linked Data sources?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtVisualizeWithHtmlPivotViewer" class="wikiword">Use HtmlPivotViewer as a front-end to Linked Data sources?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSparqlCxml" class="wikiword">Use SPARQL to produce dynamic CXML collections for Microsoft&#39;s PivotViewer</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSparqlCxmlHtml" class="wikiword">Use SPARQL to produce dynamic CXML collections for the HtmlPivotViewer</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSPARQLOptGuide" class="wikiword">Optimize my SPARQL queries&#39; performance?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSPARQLXSLT" class="wikiword">Use SPARQL inside XSLT?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSClient" class="wikiword">Connect to a Virtuoso instance via ODBC, JDBC, ADO.NET, OLE-DB, and XMLA clients?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtODBCJDBCUTF8Set" class="wikiword">Set utf8 for ODBC or JDBC connections?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSPARQLConfWideCharUnicodeUTF" class="wikiword">Configure Virtuoso wide character / unicode / UTF-8 support for SPARQL querying?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoFacetsWebService" class="wikiword">Use the Virtuoso Faceted Search &amp; Find Engine?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSRDFDataProviders" class="wikiword">Access Virtuoso&#39;s Quad Store via RDF Frameworks such as Jena, RDF4J, Sesame, or Redland?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtJdbcHibernate" class="wikiword">Configure Hibernate Connection to Virtuoso using JDBC Driver?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtAdoNet35Provider" class="wikiword">Use ADO.NET 3.5 &amp; Entity Frameworks with Virtuoso?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtAdoNet35Provider" class="wikiword">Use ADO.NET Data Object Services with Virtuoso?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoLODSampleTutorial" class="wikiword">Use Faceted Navigation to Explore Virtuoso hosted Linked Data?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoFctHtmlPivotViewer" class="wikiword">Use HtmlPivotViewer to View Results from Facet Browsing?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtRoundRobinDataAccessClients" class="wikiword">Configure Virtuoso Data Access Clients for Connection Fail over and Load Balancing?</a> </li> <li> <a href="http://wikis.openlinksw.com/dataspace/owiki/wiki/OATWikiWeb/InteractiveSparqlQueryBuilder" class="absuri">Use the Visual iSPARQL Query Builder against a Virtuoso Instance?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSPARQLDET" class="wikiword">How Use My SPARQL Endpoint To Save Results Into Its host WebDAV Repository?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSPARQLRef" class="wikiword">Learn About Virtuoso&#39;s SPARQL Query Language Support, By Example?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtGeoSPARQLEnhancementDocs" class="wikiword">Virtuoso Geo Spatial Data type and function enhancements</a> </li> </ul> <h3> <a name="How Do I Configure Virtuoso?"></a> How Do I Configure Virtuoso?</h3> <ul> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtManageVersions" class="wikiword">Manage Resource Versions?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtURIShortener" class="wikiword">Use the Virtuoso URL Shortener?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtClusteringDiagrams" class="wikiword">Set Up Replication or Elastic Clustering?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSetupSSL" class="wikiword">Set Up the Virtuoso HTTPS Listener?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksManageSSLProtocols" class="wikiword">Manage SSL Protocols and Ciphers used with Virtuoso?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSetupSSLVirtuoso" class="wikiword">How Do I Setup my Virtuoso Instance as a Certificate Authority for use with SSL/TLS?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtWebIDODBCLogin" class="wikiword">Configure WebID Protocol ODBC Login?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtRDFGraphsSecurity" class="wikiword">Manage RDF Graphs security levels?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksGuideGraphSecurityLevelSQL" class="wikiword">Manage Graph Security Level for SQL Clients?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSUti" class="wikiword">Administer a Virtuoso instance via my Browser?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSetPrefixNames" class="wikiword">Set Standard Prefix Names for common vocabularies?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtFacetBrowserInstallConfig" class="wikiword">Install and Configure Virtuoso Faceted Browser?</a> </li> <li> <a href="http://ods.openlinksw.com/wiki/ODS/ODSPkiSetup" class="absuri">Configure Virtuoso+ODS instance as an X.509 Certificate Authority?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSesame2HttpRepository" class="wikiword">Configure Virtuoso RDF4J and Sesame HTTP Repository?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtLinkRemoteTables" class="wikiword">Attach ODBC or JDBC accessible Data Sources to the Virtuoso Virtual Database Engine?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSSQL2RDF" class="wikiword">Create RDF based Linked Data Views over ODBC or JDBC accessible Relational Data Sources?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtRDFPerformanceTuning" class="wikiword">Performance Tune the Virtuoso RDF Store?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtCustomizeSPARQLEndpoint" class="wikiword">Customize the SPARQL Endpoint Page?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSpongerACL" class="wikiword">How can I Setup Virtuoso Sponger Access Control List (ACL)?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/ValWhatWhyHow" class="wikiword">Virtuoso Authentication Layer (VAL) - What, Why and How</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/ValQuickStartGuide" class="wikiword">Virtuoso Authentication Layer (VAL) - ACL System QuickStart Guide</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtWTDStepByStepConfigGuide" class="wikiword">Virtuoso WebID+TLS+Delegation Step by Step Configuration Guide</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/WebIDTLSDelegationWhatWhyHow" class="wikiword">Virtuoso WebID+TLS+Delegation Usage Guide</a> </li> </ul> <p> </p> <h3> <a name="How Can I Learn More?"></a> How Can I Learn More?</h3> <ul> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksGuide" class="wikiword">Explore a Variety of Virtuoso Tips and Tricks</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoScienceLibrary" class="wikiword">Scientific Publications Specifically About and Related To Virtuoso Technologies</a> </li> <li> <a href="http://demo.openlinksw.com/tutorial/" class="absuri">Learn about Virtuoso functionality via Tutorials?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSponger" class="wikiword">Learn about the Virtuoso RDFization Middleware called the &quot;Sponger&quot;?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtLDP" class="wikiword">Learn About Virtuoso&#39;s LDP Support, By Example?</a> </li> </ul> <h3> <a name="What Else Can I Do With Virtuoso?"></a> What Else Can I Do With Virtuoso?</h3> <ul> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtDeployingLinkedDataGuide" class="wikiword">Deploy Linked Data using Virtuoso?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoPHP" class="wikiword">Develop Virtuoso Hosted Applications using PHP?</a> </li> <li> <a href="http://ods.openlinksw.com/wiki/ODS/OdsIntegrationphpBB" class="absuri">Deploy phpBB3 using Virtuoso?</a> </li> <li> <a href="http://ods.openlinksw.com/wiki/ODS/OdsIntegrationDrupal" class="absuri">Deploy Drupal using Virtuoso?</a> </li> <li> <a href="http://ods.openlinksw.com/wiki/ODS/OdsIntegrationWordPress" class="absuri">Deploy WordPress using Virtuoso?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtDeployMediaWiki" class="wikiword">Deploy MediaWiki using Virtuoso?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtDeploSemanticMediaWiki" class="wikiword">Deploy SemanticMediaWiki using Virtuoso?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSLODStatsAnalysisR" class="wikiword">How Can I analyze Linked Open Data with R?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSPARQLSecurityWebID" class="wikiword">Secure My SPARQL Endpoint using WebID Protocol?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSPARQLSSL" class="wikiword">Creating and Using a SPARQL-WebID based Endpoint from a command line?</a> </li> <li> <a href="http://ods.openlinksw.com/wiki/ODS/ODSWebIDIdpProxy" class="absuri">How can I use the WebID Identity Provider Proxy Service?</a> </li> <li> <a href="http://ods.openlinksw.com/wiki/ODS/ODSWebIDIdP" class="absuri">How can I use the WebID Identity Verification Service?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtAuthServerUI" class="wikiword">Set WebID Protocol using the Virtuoso Authentication Server UI?</a> </li> <li> <a href="http://ods.openlinksw.com/dataspace/doc/dav/wiki/ODS/ODSBriefcaseWebID" class="absuri">Use WebID Protocol for enhanced ODS-Briefcase (WebDAV) Access Control Lists (ACLs)?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSTPCHLinkedData" class="wikiword">Learn about the Virtuoso SPARQL-BI extensions and TPC-H As Linked Data?</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoOAuthProgrammersGuide" class="wikiword">Use OAuth for authentication, SPARQL queries, ubiquity commands?</a> </li> </ul> <p> </p> <h2> <a name="FAQ Lists"></a> FAQ Lists</h2> <ul> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSVirtuoso6FAQ" class="wikiword">Virtuoso 6 - FAQ</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoFAQ" class="wikiword">Virtuoso Product Family - FAQ</a> </li> </ul> <h2> <a name="Troubleshooting"></a> Troubleshooting</h2> <ul> <li> <a href="http://wikis.openlinksw.com/dataspace/owiki/wiki/VirtuosoWikiWeb/TroubleshootingVirtuosoProblemCategories" class="absuri">Virtuoso Troubleshooting Resources</a> </li> </ul> <h2> <a name="Functionality Realms"></a> Functionality Realms</h2> <ul> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSDB" class="wikiword">Object-Relational Database</a> for SQL, XML, RDF, and Free Text that includes Java and .NET runtime hosting </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSRDF" class="wikiword">RDF</a> store and <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSSPARQL" class="wikiword">SPARQL</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSDAV" class="wikiword">WebDAV Server</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSSOA" class="wikiword">Web Services Platform for SOA</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSAPPSRV" class="wikiword">Web Application Server</a> for Drupal, WordPress, MediaWiki, and phpBB</li> </ul> <p> </p> <h2> <a name="Applications Built using Virtuoso"></a> Applications Built using Virtuoso</h2> <ul> <li> <a href="http://ods.openlinksw.com/wiki/ODS/" class="absuri">OpenLink Data Spaces</a> </li> </ul> <h2> <a name="Client Connectivity Tools"></a> Client Connectivity Tools</h2> <ul> <li> <a href="http://wikis.openlinksw.com/dataspace/owiki/wiki/OATWikiWeb/InteractiveSparqlQueryBuilder" class="absuri">Visual iSPARQL Query Builder</a> </li> </ul> <h2> <a name="Extensions"></a> Extensions</h2> <h3> <a name="Language Runtime Hosting"></a> Language Runtime Hosting</h3> <ul> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSBldJava" class="wikiword">Java</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSBldMono" class="wikiword">Mono</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSBldPHP" class="wikiword">PHP</a> </li> </ul> <h3> <a name="Plugins"></a> Plugins</h3> <ul> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSBldIMG" class="wikiword">ImageMagick</a> </li> </ul> <h3> <a name="Utility Web Services"></a> Utility Web Services</h3> <ul> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoFacetsWebService" class="wikiword">Faceted Browsing</a> <b><i>(for Virtuoso 6.0 and later)</i></b> </li> </ul> <p> </p> <h2> <a name="Mailing Lists"></a> Mailing Lists</h2> <ul> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSMailingLists" class="wikiword">Virtuoso Mailing Lists</a> </li> </ul> <h2> <a name="Additional Information"></a> Additional Information</h2> <ul> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksGuide" class="wikiword">Virtuoso Tips and Tricks Collection</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VOSArticles" class="wikiword">Technical White Papers and Articles</a> </li> <li> <a href="https://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtPresentations" class="wikiword">Presentations</a> </li> </ul> <p> </p> <p> </p> <Versions><RevCont></RevCont></Versions><tags></tags> </div> </div><!--End body content--> </div> <footer><div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"></div> <hr /> <div role="contentinfo" class="contentinfo"> <p> 漏 Copyright <a href="https://www.openlinksw.com/">OpenLink Software </a> 2016- <br /> OpenLink Software Documentation Team &lt;virtuoso.docs@openlinksw.com&gt; </p> </div> </footer> </div> </div> </div> </section> </div> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); $("footer >div.contentinfo p").html(' 漏 Copyright <a href="https://www.openlinksw.com/">OpenLink Software </a> '+(new Date).getFullYear()+'- <br /> OpenLink Software Documentation Team <virtuoso.docs@openlinksw.com>') </script> <!--Begin OSDI data--> <!--OSDI structured data injection end--> <script type="text/javascript"> document.getElementById("HD_ODS_BAR").style.cssText = 'position:relative; top: -1em;'; if (document.location.toString().indexOf("advanced_search.vspx") > 0) { ["head", "head-cols", "wiki-path", "hdr-search-form-ctr"].forEach(function (cls) { var elid = document.getElementById(cls); if (elid) { elid.parentElement.removeChild(elid); } }) } </script><script type="text/javascript"> $("#loginlink").attr("href", "/ods//login.vspx?URL=" + encodeURI(document.location)); </script><!--Google tag (gtag.js)--><script async="async" type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=G-ST19C236MC"></script><script type="text/javascript"> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-ST19C236MC'); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10