Created
February 24, 2012 20:03
-
-
Save kasei/1903385 to your computer and use it in GitHub Desktop.
4store triangle query bug
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
# 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