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

Fixed #725 #730

Merged
merged 4 commits into from
Apr 9, 2017
Merged

Fixed #725 #730

merged 4 commits into from
Apr 9, 2017

Conversation

jpmccu
Copy link
Contributor

@jpmccu jpmccu commented Apr 9, 2017

by fully refining all bnode colors and combining color groups if there is a hash collision.

@@ -286,6 +290,9 @@ def _initial_color(self):
self._neighbors[s].add(o)
if isinstance(o, BNode):
self._neighbors[o].add(s)
if isinstance(p, BNode):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this should never happen (by RDF spec predicates have to be IRIs), but i guess it doesn't hurt...

@joernhees joernhees added this to the rdflib 5.0.0 milestone Apr 9, 2017
@joernhees joernhees added in-resolution bug Something isn't working labels Apr 9, 2017
@joernhees joernhees merged commit 6b5bd63 into RDFLib:master Apr 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in-resolution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants