Skip to content

Instantly share code, notes, and snippets.

@axiomsofchoice
Created May 17, 2011 12:27
Show Gist options
  • Save axiomsofchoice/976377 to your computer and use it in GitHub Desktop.
Save axiomsofchoice/976377 to your computer and use it in GitHub Desktop.
Using curl to query SPARQL endpoints
curl -H "Accept: application/sparql-results+xml" "http://localhost:8000/sparql/" --data-urlencode "query=SELECT ?s ?p ?o { ?s ?p ?o . }"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment