Skip to content

Instantly share code, notes, and snippets.

@rnsrk
Created August 2, 2023 07:15
Show Gist options
  • Save rnsrk/93779848b4150ed40ddd423370ebc2c9 to your computer and use it in GitHub Desktop.
Save rnsrk/93779848b4150ed40ddd423370ebc2c9 to your computer and use it in GitHub Desktop.
Blazegraph n-quad export command
# Replace <namespace> with your namespace.
curl -X POST "http://localhost:9999/bigdata/namespace/<namespace>/sparql?GETSTMTS&includeInferred=false" > data.nq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment