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" . # ----------------------------