-
Notifications
You must be signed in to change notification settings - Fork 44
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
Prefixes (Namespaces) for alphanumeric identifiers not passed to turtle serialisation #96
Comments
PR submitted: RDFLib/rdflib#660 |
@cmaumet - i tested with this.
|
Thank you @satra! |
this has been superceded by this PR, which takes performance into account: RDFLib/rdflib#649 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @satra, @trungdong,
I am trying to use
Namespace
to specify prefixes for our alphanumeric identifiers and though this works fine with provn, it can't get it to work with the turtle serialisation. Any help would be greatly appreciated!Here is a minimal example:
and the output:
I would like
ns1:NIDM_0000170
to be replaced bynidm_groupName:
in the turtle document.The text was updated successfully, but these errors were encountered: