Hi Adam,

If you are using Virtuoso 8 then this must be the commercially license version 
which has a built-in demo license that does restrict the number of rows to 25 
in a result set as detailed at:

        
https://medium.com/virtuoso-blog/built-in-virtuoso-demo-license-f29a1bf0ccf3 

Implying that either a valid commercial license is not in place or if you have 
an evaluation license it has expired resulting the the built-in license being 
invoked on startup.

Check your “virtuoso.log” file in the database directory which will detail the 
license pickup on startup ...

Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc.      //              http://www.openlinksw.com/
Weblog   -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers



> On 30 Aug 2018, at 21:14, Adam Sanchez <a.sanche...@gmail.com> wrote:
> 
> Hi all,
> 
> I am testing Virtuoso 8.
> In a fresh installation, I launched this SPARQL query:
> SELECT count(*) WHERE {?s ?p ?o}
> and the result was 5644 triples in total.
> Then, I wanted to get only 1000 triples
> SELECT * WHERE {?s ?p ?o} LIMIT 1000
> but the problem is that I get only (and always) 25 triples instead of 1000.
> See this 30 seconds video
> 
> https://youtu.be/4xF62rC7NTk
> 
> Any idea how to fix this?
> 
> Best,
> 
> Adam
> 
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to