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

Added FOAF prefix to SPARQL test cases, fixes #22 #23

Merged
merged 1 commit into from
May 15, 2020
Merged

Conversation

DylanVanAssche
Copy link
Contributor

@DylanVanAssche DylanVanAssche commented May 15, 2020

Description

Some SPARQL test cases were missing the FOAF prefix.
Because of this, reading these test cases fails with Python's RDFLib.
This PR adds the FOAF prefix in the test cases where it's used in the mapping rules.
If the prefix is used in the SPARQL query only, the prefix was not added since it's not necessary.

This PR fixes also some formatting issues in the mapping rules.

Issues

Fixes #22

@DylanVanAssche DylanVanAssche added the bug Something isn't working label May 15, 2020
@DylanVanAssche DylanVanAssche self-assigned this May 15, 2020
@DylanVanAssche DylanVanAssche merged commit d05d760 into master May 15, 2020
@DylanVanAssche DylanVanAssche deleted the bug/22 branch May 15, 2020 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding foaf prefixes in the mapping files for SPARQL
2 participants