Add automated SPARQL syntax validation for all queries#30
Closed
Copilot wants to merge 4 commits into
Closed
Conversation
Co-authored-by: saumier <419491+saumier@users.noreply.github.com>
Co-authored-by: saumier <419491+saumier@users.noreply.github.com>
Co-authored-by: saumier <419491+saumier@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add linting for all SPARQL files in tests
Add automated SPARQL syntax validation for all queries
Jan 27, 2026
Member
|
Since Python libraries do not support Triple terms (<< >>) then I don't think this will be a good approach since I am adding more use of triple terms to the SPARQLs to track provenance. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds comprehensive SPARQL linting to catch syntax errors before merge. All 49 SPARQL files across
queries/andical/directories are now automatically validated.Implementation
Test suite (
tests/test_lint_all_sparql_files.py): Parametrized pytest that discovers and validates all.sparqlfiles usingrdflib.plugins.sparql.prepareQueryGitHub workflow (
.github/workflows/test-sparql.yml): Runs on PRs and pushes to main when SPARQL files, tests, or dependencies changeEdge cases handled
from onto:explicitclause<< ?s ?p ?o >>) not supported by rdflib - validated structurally via regex, skipped full parseValidation results
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.