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
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
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