Skip to content

Instantly share code, notes, and snippets.

@kasei
Created February 24, 2012 20:03
Show Gist options
  • Save kasei/1903385 to your computer and use it in GitHub Desktop.
Save kasei/1903385 to your computer and use it in GitHub Desktop.
4store triangle query bug
# http://kasei.us/temp/4store-triangle-test.nt.bz2
SELECT * WHERE {
?p <http://xmlns.com/foaf/0.1/knows> ?q .
?q <http://xmlns.com/foaf/0.1/knows> ?r .
?r <http://xmlns.com/foaf/0.1/knows> ?p .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment