From d0b2470e017a82b2e4d72b8f9431f4d0ae890d27 Mon Sep 17 00:00:00 2001 From: j2blake Date: Mon, 27 Apr 2015 14:45:45 -0400 Subject: [PATCH] VIVO-1025 Improvements to the Virtuoso driver. --- config/example.applicationSetup.n3 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/example.applicationSetup.n3 b/config/example.applicationSetup.n3 index 4bb2d646..4789f7b4 100644 --- a/config/example.applicationSetup.n3 +++ b/config/example.applicationSetup.n3 @@ -111,10 +111,11 @@ #:virtuosoContentTripleSource # a , # ; -# # The URI of Virtuoso's SPARQL endpoint. -# :hasEndpointURI "PUT_YOUR_VIRTUOSO_URI_HERE" ; -# # The URI to use for SPARQL UPDATE calls against Virtuoso. -# :hasUpdateEndpointURI "PUT_THE UPDATE_URI_HERE" . +# # The URI where Virtuoso can be accessed: don't include the /sparql path. +# :hasBaseURI "http://localhost:8890" ; +# # The name and password of a Virtuoso account that has the SPARQL_UPDATE role. +# :hasUsername "USERNAME" ; +# :hasPassword "PASSWORD" . # ----------------------------