Skip to content
New issue

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

Support CLI option for paginated requests that work around result set limits #67

Closed
Aklakan opened this issue Nov 11, 2024 · 1 comment

Comments

@Aklakan
Copy link
Member

Aklakan commented Nov 11, 2024

No description provided.

@Aklakan
Copy link
Member Author

Aklakan commented Nov 26, 2024

Options --limit and --paginate were added.

Can be used to transparently work around remote result set limits (e.g. DBpedia's limit of 10K bindings) like so:

rpt integrate -e remote --loc https://dbpedia.org/sparql --limit 50000 --paginate 10000 'SELECT * { ?s ?p ?o }'

Also works when FROM and FROM NAMED is used.

@Aklakan Aklakan closed this as completed Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant