We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the following command through awscurl
awscurl -X POST -H 'Content-Type: application/json' https://myuri.amazonaws.com/v1/neptune-export -d ' { "command": "export-rdf", "params": { "endpoint": "myuri.neptune.amazonaws.com"}, "outputS3Path": "s3://mybucket/neptune-export", "rdfExportScope":"query", "sparql":"CONSTRUCT {?s ?p ?o} WHERE {GRAPH http://mygraph/regions {?s ?p ?o}}"}'
Expected: only the query results are exported. Actual: contents of all named graphs are exported in a single file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running the following command through awscurl
awscurl -X POST -H 'Content-Type: application/json' https://myuri.amazonaws.com/v1/neptune-export -d ' { "command": "export-rdf", "params": { "endpoint": "myuri.neptune.amazonaws.com"}, "outputS3Path": "s3://mybucket/neptune-export", "rdfExportScope":"query", "sparql":"CONSTRUCT {?s ?p ?o} WHERE {GRAPH http://mygraph/regions {?s ?p ?o}}"}'
Expected: only the query results are exported.
Actual: contents of all named graphs are exported in a single file.
The text was updated successfully, but these errors were encountered: