Skip to content

Instantly share code, notes, and snippets.

View mazlo's full-sized avatar

Matthäus Zloch mazlo

  • RTL Data
  • Cologne
View GitHub Profile
@mazlo
mazlo / query-4store-with-curl
Last active January 8, 2016 15:40
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'