Hello All,
I am facing a strange problem. Whenever i use a construct to get graph dumps, the result is truncated after 100000 triples. Is this something anyone has faced already? I couldn’t find any relevant literature on google.
This is the construct i am using:
curl --request POST ‘…/sparql/?’ -H ‘Accept: text/ntriples’ --data-urlencode 'query= construct {graph {?s ?p ?o}} WHERE {{graph {?s ?p ?o}}} ’ --output ‘filename.nt’