Skip to content

Instantly share code, notes, and snippets.

@AidanDelaney
Created November 28, 2013 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AidanDelaney/7693273 to your computer and use it in GitHub Desktop.
Save AidanDelaney/7693273 to your computer and use it in GitHub Desktop.
./bin/arq --verbose --data=minimal.owl "SELECT * {}"
1 SELECT *
2 WHERE
3 { }
Failed to load data
and minimal.owl is copy n' pasted from http://www.w3.org/TR/rdf-syntax-grammar/
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:ex="http://example.org/stuff/1.0/">
<rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"
dc:title="RDF/XML Syntax Specification (Revised)">
<ex:editor>
<rdf:Description ex:fullName="Dave Beckett">
<ex:homePage rdf:resource="http://purl.org/net/dajobe/" />
</rdf:Description>
</ex:editor>
</rdf:Description>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment