-
Notifications
You must be signed in to change notification settings - Fork 555
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
Fix for #1824 s,http://rdlib.net,http://rdflib.net,g
#1901
Conversation
Is this considered a breaking change? |
Now that you mention it, probably yes, given that the skolemization of So, do I just close the PR and keep it around for when we're ready? |
Not sure what to do. I just thought I'd mention it. |
Given that neither domain is under the control of RDFLib, oughtn't we remake it further anyway? E.g. using Not that skolemized blank ID:s "are to be" dereferenced, but as it is designed so (with a |
I'm in favor of this, we should not use domains we don't own so |
Changed. Note to reviewers - although there were only a couple of corrected typos in the original PR, the wholesale change away from |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR includes the following changes with runtime impact:
I would like to know if anyone differs on any of these points: @RDFLib/core |
I'm in agreement. |
This is to prevent a situation where different values are used for it in different places.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, as discussed earlier I don't think we should treat this as a breaking change, but open to more input on the matter.
This is to test the somewhat arbitrary behaviour of binding the `genid` namespace when `Dataset.graph` is used without an identifier.
@gjhiggins I also added an explicit test for this behavior: Lines 2047 to 2056 in 7c51027
Test is here: https://github.com/gjhiggins/rdflib/blob/fix-for-issue1824/test/test_dataset/test_dataset.py#L239-L268 |
I agree with your points @aucampia and I think using https://rdflib.github.io/ is a good idea. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very sound reasoning; I also agree!
Summary of changes
Fix for #1824 reported typo of
http://rdlib.net/
, changehttp://rdlib.net
tohttp://rdflib.net
in three files.Checklist
so maintainers can fix minor issues and keep your PR up to date.