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

Add support for official W3C SPARQL compliance tests #57

Open
Callidon opened this issue Oct 10, 2020 · 0 comments
Open

Add support for official W3C SPARQL compliance tests #57

Callidon opened this issue Oct 10, 2020 · 0 comments
Labels
feature request We should implement this! help wanted Extra attention is needed

Comments

@Callidon
Copy link
Owner

Here we are: we now have all the features required to match SPARQL 1.1 compliance. However, we need to run the official benchmark for W3C SPARQL compliance on the framework in order to claim such compliance.

To do so, we need a few things:

  • A runner that can automatically load W3C SPARQL compliance tests and execute them using sparql-engine.
  • A method for comparing sparql-engine query results with the expected test results.

For me, the main issue is that the W3C SPARQL compliance tests rely on XML output files to compare the expected output of query execution, and the syntax can be very permissive.

@Callidon Callidon added help wanted Extra attention is needed feature request We should implement this! labels Oct 10, 2020
@Callidon Callidon added this to the SPARQL 1.1 compliance milestone Oct 10, 2020
@Callidon Callidon pinned this issue Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request We should implement this! help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant