Skip to content

Instantly share code, notes, and snippets.

@dajobe
Created September 12, 2011 17:05
Show Gist options
  • Save dajobe/1211781 to your computer and use it in GitHub Desktop.
Save dajobe/1211781 to your computer and use it in GitHub Desktop.
4store reported query issue
# Query 1
SELECT (?o as ?o2) WHERE { ?s ?p ?o } ORDER BY ?o
# Query 2
SELECT ?s WHERE { ?s ?p ?o } LIMIT 1
# Error seen:
# parser error: syntax error, unexpected $end, expecting integer literal on line 1 parser error: rasqal_new_typed_literal failed on line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment