Created
September 12, 2011 17:05
-
-
Save dajobe/1211781 to your computer and use it in GitHub Desktop.
4store reported query issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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