Hi everybody,
I have installed an Openlink Virtuoso 07.20.3229 on a Docker. I am trying to execute an ISQL command without having to enter the actual ISQL interface. My objective is to develop a script that can be used to execute some ISQL commands related to the upload of RDF files and deletion of RDF Graphs.
I am trying to execute the following commands:
sudo docker exec -i -t virtuoso isql-v -U dba -P dba ld_dir('/usr/local/virtuoso-opensource/share/virtuoso/vad/', 'myfile.rdf', 'http:/myGraph');
Error: -bash: syntax error near unexpected token
('`
sudo docker exec -i -t virtuoso isql-v -U dba -P dba "ld_dir('/usr/local/virtuoso-opensource/share/virtuoso/vad/', 'myfile.rdf', 'http:/myGraph')";
Error: *** Error S2801: [Virtuoso Driver]CL033: Connect failed to ld_dir('/usr/local/virtuoso-opensource/share/virtuoso/vad/', 'myfile.rdf', 'http://myGraph') = 'http://myGraph').
at line 0 of Top-Level:
I have tried many different variants of these commands, but I couldn’t manage to execute them.
Does anyone know what is going on?
Thanks in advance,
Iker