Re: [Virtuoso-users] Virtuoso 8 - total number of output rows is always 25 or less

2018-08-30 Thread Hugh Williams
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

[Virtuoso-users] Virtuoso 8 - total number of output rows is always 25 or less

2018-08-30 Thread Adam Sanchez
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