<docbook><section><title>VirtGraphUpdateProtocolUI</title><para> </para>
<bridgehead class="http://www.w3.org/1999/xhtml:h5">Virtuoso SPARQL GRAPH CRUD Authentication Endpoint UI Usage Example</bridgehead>
<para>The following steps present simple scenario how to use the Virtuoso sparql-graph-crud-auth Web Service Endpoint UI:</para>
<orderedlist spacing="compact"><listitem>Go to <ulink url="http://host:port/sparql-graph-crud-auth">http://host:port/sparql-graph-crud-auth</ulink> </listitem>
<listitem>Should be prompted for authentication.
 Enter for user that is member of the SPARQL_UPDATE group its credentials.
 For instance, enter credentials for user dba.
</listitem>
<listitem>The Virtuoso SPARQL 1.1 Uniform RDF Graph Query Form should be opened: <ulink url="VirtGraphUpdateProtocolUI/sparql-crud-1.png"><figure><graphic fileref="VirtGraphUpdateProtocolUI/sparql-crud-1.png" /></figure></ulink> </listitem>
<listitem>Fill in &quot;Graph URI&quot; and choose a file to upload data from into the specified graph: <ulink url="VirtGraphUpdateProtocolUI/sparql-crud-2.png"><figure><graphic fileref="VirtGraphUpdateProtocolUI/sparql-crud-2.png" /></figure></ulink> </listitem>
<listitem>Click &quot;Upload the resource&quot; </listitem>
<listitem>Next let&#39;s check the content of the specified graph for new triples inserted by going to <ulink url="http://host:port/sparql">http://host:port/sparql</ulink> and executing the following query: <programlisting>SELECT *
FROM &lt;urn:example:demo&gt;
WHERE {?s ?p ?o}
</programlisting><ulink url="VirtGraphUpdateProtocolUI/sparql-crud-3.png"><figure><graphic fileref="VirtGraphUpdateProtocolUI/sparql-crud-3.png" /></figure></ulink> <ulink url="VirtGraphUpdateProtocolUI/sparql-crud-4.png"><figure><graphic fileref="VirtGraphUpdateProtocolUI/sparql-crud-4.png" /></figure></ulink></listitem>
</orderedlist><bridgehead class="http://www.w3.org/1999/xhtml:h2">Related</bridgehead>
<itemizedlist mark="bullet" spacing="compact"><listitem><ulink url="VirtGraphUpdateProtocol">Virtuoso SPARQL 1.1 Graph Store HTTP Protocol Support</ulink> </listitem>
<listitem><ulink url="VirtGraphProtocolCURLExamples">SPARQL 1.1. Graph Store HTTP Protocol cURL Examples Collection</ulink> </listitem>
<listitem><ulink url="VirtLDP">Using Virtuoso as LDP Client and Server Guide</ulink> </listitem>
<listitem><ulink url="http://docs.openlinksw.com/virtuoso/rdfsparql.html#sparqloauthendpointauth">Virtuoso SPARQL Authentication</ulink></listitem>
</itemizedlist></section></docbook>