How Do I assign SPARQL roles to SQL users?

The following Guide presents a sample scenario of how to assign SPARQL roles (for example, SPARQL_SELECT) to Virtuoso SQL user:

  1. Load http://<cname>[:<port>]/conductor (e.g., http://virtuoso.example.com:8890/conductor) in your browser.
  2. Enter credentials for a user with DBA permissions.
  3. Go to System Admin -> User Accounts:



  4. Click Edit (in the far right column) for the user to whom you wish to assign the role (e.g., demo):



  5. From the Account Roles drop-down menu, select the desired SPARQL Role (e.g., SPARQL_SELECT), and click the ">>" button:



  6. Click Save.

Related