0

I go to Virtuoso Conductor (http://localhost:8890/conductor)>Linked Data>Quad Store Upload and then i upload a ttl file with 500 rows. However when i go to "http://localhost:8890/sparql" and i query:

"SELECT *   from       <http://localhost:8890/DAV>   WHERE {?s ?p ?o} "  

It returns only the first 25 results. enter image description here Do you know why?

  • check your `virtuoso.ini` file, check `ResultSetMaxRows` param, maybe you have it set to 25? – UninformedUser Oct 19 '19 at 15:06
  • and why `FROM http://localhost:8890/DAV`? Did you load it into this graph? – UninformedUser Oct 19 '19 at 15:07
  • Your screenshot shows only one column, but it should show three, for your `SELECT`. You may find the results interesting, if you query `SELECT * WHERE {?s ?p ?o}` and `SELECT * WHERE { GRAPH ?g {?s ?p ?o} }`... – TallTed Oct 19 '19 at 17:29
  • Remove "from " and retry ? – Karima Rafes Oct 20 '19 at 09:03
  • Other possibilities include invalid data in the original file (so only 25, or only the first 25, lines may have been loaded into the quad store)... With no further info from you, no-one can help you. – TallTed Oct 29 '19 at 17:01

0 Answers0