Skip to content

For fuseki, how do I download all RDF triples from a sparql endpoint (if RDF triples are a lot) ? #1536

Answered by afs
chenkuncloud asked this question in Q&A
Discussion options

You must be logged in to vote

If you do an HTTP GET request to the dataset URL, with Content-Type application/n-quads then the server will stream the N-Quads.

The configuration needs to have operation "gsp-r" or "gsp-rw" on the dataset URL - which is the case in the default configuration.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by chenkuncloud
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants