Last active
January 8, 2016 15:40
-
-
Save mazlo/63d331a9516da17f83dd to your computer and use it in GitHub Desktop.
curl command to query 4store httpd from command line
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
curl -H content-type:application/x-www-form-urlencoded -H accept:application/sparql-results+json -XPOST http://localhost:8000/sparql/ -d 'query=SELECT * WHERE { ?x ?y ?z } LIMIT 5' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment