HughWilliams
HughWilliams
We are scheduling to look into this ...
@rtroncy: Will have to check with development as to when this is scheduled to be fixed ...
The insert query string is probably too long. How many triples are you seeking to insert with the SPARQL query? Large Datasets should be saved as a file and loaded...
we are looking into this ...
Querying from the Virtuoso /sparql endpoint form page, you need to uncheck the "Strict checking of void variables" checkbox option before executing the query to avoid that error message ...
Can you provide the text of the queries being run, rather than screenshots? Using the Virtuoso "isql" command line tool is also preferable as then you can simply copy and...
The Virtuoso [`isql`](http://docs.openlinksw.com/virtuoso/virtuoso_clients_isql/) command line tool is a standard program shipped with every Virtuoso server or client installation. 'http://localhost:8890/sparql/' is not a web site; it is the Virtuoso default [SPARQL...
You seem to now be using the Conductor iSQL UI interface which is not the "isql" command line tool, which requires you connect to the docker image hosting Virtuoso and...
As Virtuoso has its own internal HTTP server, applications like the Conductor and Faceted Browser were written to be protocol (`http`/`https`) and `host:port` agnostic, but not `path` agnostic, so they...
We have been able to recreate this issue and are looking into it ...