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

Generate SPARQL queries without ";" or "," #149

Open
tfrancart opened this issue Nov 10, 2021 · 3 comments
Open

Generate SPARQL queries without ";" or "," #149

tfrancart opened this issue Nov 10, 2021 · 3 comments
Assignees

Comments

@tfrancart
Copy link

Because Sparnatural does text-based search/replace post-processing on the generated SPARQL string, I would need to pass an option to the SPARQL generator to tell it to always use an :s :p :o . pattern for triples inside bgp, and never use the ; or , separators to separate triples with the same subject, or the same subject and predicate.

@RubenVerborgh
Copy link
Owner

We can accept a PR for this, would you be willing to write the code?

@rubensworks
Copy link
Collaborator

It might be interesting to do such operations using SPARQL algebra instead. (as that's what algebra is meant for)

@tfrancart
Copy link
Author

See also #71

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

3 participants