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

Correct turtle serialisation #97

Closed
jesper-friis opened this issue Jan 3, 2021 · 0 comments
Closed

Correct turtle serialisation #97

jesper-friis opened this issue Jan 3, 2021 · 0 comments

Comments

@jesper-friis
Copy link
Collaborator

rdflib prior to 5.0.0 serialises double literals as e.g. "1e12.0" if the mantissa has no point in it, which is invalid turtle. Requirering rdflib 5.0.0 should fix this issue by serialise the literal as "1e12".

See RDFLib/rdflib#1043

@jesper-friis jesper-friis created this issue from a note in EMMO-python 1.0.0 (To do) Jan 3, 2021
@jesper-friis jesper-friis moved this from To do to In progress in EMMO-python 1.0.0 Jan 3, 2021
EMMO-python 1.0.0 automation moved this from In progress to Done Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant