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

Reply via email to