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

Issue/51 dot in name #57

Merged
merged 5 commits into from
Jan 18, 2025
Merged

Conversation

Michiel-s
Copy link

Allow dot in the middle of a QName.

Fixes #51

Added tests to check for allowed usage of dot in middle of name and a test to prevent the dot as last character of a name.

@Michiel-s
Copy link
Author

@k00ni would you be so kind to review this PR?

Please let me know if changes are needed.

@k00ni
Copy link
Member

k00ni commented Jan 14, 2025

Thanks for your contributions, I am super busy these days but I will try to get back to you until end of this week.

@k00ni k00ni merged commit 0aa3272 into sweetrdf:master Jan 18, 2025
11 checks passed
@k00ni
Copy link
Member

k00ni commented Jan 18, 2025

Thank you.

@k00ni k00ni added the fix label Jan 18, 2025
@zozlak
Copy link

zozlak commented Jan 18, 2025

Don't want to be a party killer but if I am correct this implementation requires a blank between the pname and the dot ending a triple. The ending dot should not throw an error but be returned to the input buffer instead.

@Michiel-s
Copy link
Author

Don't want to be a party killer but if I am correct this implementation requires a blank between the pname and the dot ending a triple. The ending dot should not throw an error but be returned to the input buffer instead.

I think you are right. Will check and create a pull request.

@Michiel-s Michiel-s deleted the issue/51-dot-in-name branch January 18, 2025 19:14
@Michiel-s Michiel-s mentioned this pull request Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Turtle Parse Error: object for statement missing
3 participants