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

[Feature request] Federated ASK/EXISTS queries sent to remote server #147

Open
MaillPierre opened this issue Oct 11, 2023 · 1 comment
Open

Comments

@MaillPierre
Copy link
Contributor

Is your feature request related to a problem? Please describe.
When I send a federated ASK query such as ASK { SERVICE { ?s ?p ?o } }, the Corese server sends the following query to the server:

select *  where {   ?s ?p ?o . } limit 1000

Describe the solution you'd like
I would like to know if there is a setting to put the limit of the sent query to 1 or if federated ASK queries could be sent to the remote server as ASK sub-queries instead of a SELECT one.

Describe alternatives you've considered
I can use the service extension feature, but it requires doing a lot of parsing/rewriting work on every query to automate the querying.

@ocorby
Copy link
Contributor

ocorby commented Oct 11, 2023 via email

@MaillPierre MaillPierre changed the title Federated ASK/EXISTS queries sent to remote server [Feature request] Federated ASK/EXISTS queries sent to remote server Oct 26, 2023
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

2 participants