Virtuoso: inserting data
Submitted by mmarkov on November 20, 2008 - 6:39pm
To put data into Virtuoso, you need SPARQL_UPDATE permissions.
Here are instructions which probably work to get
you those permissions.
1. Log in.
By default you can log in like so.
Login dba
Password dba
2. Go to the conductor page.
3. System admin > User accounts > Roles.
4. Select SPARQL_UPDATE. Move dba and SPARQL into "selected groups/users"
from "available groups/users".
Now, check by running an insert query such as:
INSERT INTO GRAPH {}
You should get the message:
Insert into , 0 triples -- done
»
- Login to post comments
