Skip to content

Instantly share code, notes, and snippets.

@shellac
Created March 29, 2010 14:34
Show Gist options
  • Save shellac/347889 to your computer and use it in GitHub Desktop.
Save shellac/347889 to your computer and use it in GitHub Desktop.
$ java arq.qparse --opt --print=op 'select* { ?s ?p ?o . filter (?s = <urn:x-foo:bar>) }'
(base <file:///home/pldms/Downloads/>
(filter (= ?s <urn:x-foo:bar>)
(bgp (triple ?s ?p ?o))))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
(base <file:///home/pldms/Downloads/>
(assign ((?s <urn:x-foo:bar>))
(bgp (triple <urn:x-foo:bar> ?p ?o))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment