zeginis

Results 63 comments of zeginis

Is there any work around for this issue? I am using rdf4j to access Virtuoso 7 and make `ASK` queries And I get a `406 Not Acceptable`. The same code...

Hi @HughWilliams, Thank you for the prompt answer. I use rdf4j library. The same code works ok for Virtuoso 6 while it does not work with Virtuoso 7. The code...

@HughWilliams the code with the imports: ``` import org.eclipse.rdf4j.query.BooleanQuery; import org.eclipse.rdf4j.query.QueryLanguage; import org.eclipse.rdf4j.repository.Repository; import org.eclipse.rdf4j.repository.RepositoryConnection; import org.eclipse.rdf4j.repository.sparql.SPARQLRepository; public class rdf4jtest { public static void main (String args[]){ String endpointUrl="MYVIRTUOSO/sparql"; //virtuoso...

Hi @HughWilliams This is my Version 6 build ``` Virtuoso Open Source Edition (multi threaded) Version 6.1.8.3127-threads as of Dec 11 2013 Compiled for Win64 (x86_64-generic-win-64) Copyright (C) 1998-2013 OpenLink...

Any update on this? It has passed more than 2 year and the bug still exists.

@agustingp if the data are ok the values of the ?ds should be populated. e.g. `VALUES ?ds { }` Which data are you testing? Is the endpoint public

@mohadelrezk locked_dims refers to the fixed values of dimensions e.g. year=2010 and gender=male At the old API this was refered as fixed dimensions. At the simple query you are referring...