[Virtuoso-users] How to grant permissions for new version to delete triples?

2016-10-04 Thread mai
Hi there, I need to grant permissions, load RDF data and insert, modify and delete some of the triples, in script (not interactively through Virtuoso Conductor). I grant permissions for Virtuoso version 7.1.0.3207, and it worked fine: isql VERBOSE=$VERB ERRORS=stdout ECHO=$VERB "exec=grant exe

Re: [Virtuoso-users] How to SPARQL query from a rdf dataset

2014-01-20 Thread Jason Mai
Hello Hugh, That's very helpful, thank you! I also found another way by observing how this virtuoso sparql endpoint works. (http://virtuoso.openlinksw.com/sparql/) It sends another parameter *should-sponge=soft *besides the sparql query string, and so I can get the results I want. Best

[Virtuoso-users] How to SPARQL query from a rdf dataset

2014-01-20 Thread Jason Mai
ere { ?s ?p ?o. } The result came out empty. I tried and can get correct result from Jena-based endpoint, however I'd like to do it with virtuoso for most our data are stored there. Could somebody please