Skip to content

Instantly share code, notes, and snippets.

@mazlo
Last active January 8, 2016 15:40
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 mazlo/63d331a9516da17f83dd to your computer and use it in GitHub Desktop.
Save mazlo/63d331a9516da17f83dd to your computer and use it in GitHub Desktop.
curl command to query 4store httpd from command line
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