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

Require reflib 5.0.0 or later for correct turtle serialisation #96

Closed
wants to merge 1 commit into from

Conversation

jesper-friis
Copy link
Collaborator

rdflib prior to 5.0.0 serialises real literals syntactically wrong in turtle.
See RDFLib/rdflib#1043.

rdflib prior to 5.0.0 serialises real literals syntactically wrong in turtle.
See RDFLib/rdflib#1043.
@jesper-friis jesper-friis linked an issue Jan 3, 2021 that may be closed by this pull request
@jesper-friis
Copy link
Collaborator Author

rdflib 5.0.0 doesn't serialise correct. You have to use master or wait for the next rdflib release - add a comment about this.

Add a section "Known issues" in README file where we describe this

@francescalb
Copy link
Collaborator

No reason to do this as it does not solve the issue. The problem is serializing numbers going from owl-> ttl. This is currently not a part of our workflow. The issue is fixed in the next release of rdflib (6.x.y). Just add a comment to readme about this so it is not forgotten.

@jesper-friis
Copy link
Collaborator Author

Agree, we close the issue

@CasperWA CasperWA deleted the serialise-turtle branch October 4, 2022 08:32
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

Successfully merging this pull request may close these issues.

Correct turtle serialisation
2 participants