%META:TOPICPARENT{name="VirtGraphUpdateProtocol"}%
---+++++Virtuoso SPARQL GRAPH CRUD Authentication Endpoint UI Usage Example
The following steps present simple scenario how to use the Virtuoso sparql-graph-crud-auth
Web Service Endpoint UI:
1 Go to http://host:port/sparql-graph-crud-auth
1 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.
1 The Virtuoso SPARQL 1.1 Uniform RDF Graph Query Form should be opened:
%BR%%BR%
%BR%%BR%
1 Fill in "Graph URI" and choose a file to upload data from into the specified graph:
%BR%%BR%
%BR%%BR%
1 Click "Upload the resource"
1 Next let's check the content of the specified graph for new triples inserted by going to http://host:port/sparql and executing the following query:
SELECT *
FROM
WHERE {?s ?p ?o}
%BR%%BR%
%BR%%BR%
%BR%%BR%
%BR%%BR%
---++Related
* [[VirtGraphUpdateProtocol][Virtuoso SPARQL 1.1 Graph Store HTTP Protocol Support]]
* [[VirtGraphProtocolCURLExamples][SPARQL 1.1. Graph Store HTTP Protocol cURL Examples Collection]]
* [[VirtLDP][Using Virtuoso as LDP Client and Server Guide]]
* [[http://docs.openlinksw.com/virtuoso/rdfsparql.html#sparqloauthendpointauth][Virtuoso SPARQL Authentication]]