-
Notifications
You must be signed in to change notification settings - Fork 4
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
Odd objects in ZP has_part edges #56
Comments
Those are blank nodes - they really shouldn't be there, but here they are, and they'll be gone in subsequent releases. |
That being said, it's very good to know where they're still appearing, because it's revealing where the subq reconstruction may not be working as expected (or some other parsing issue is happening) |
Which part of the process where you thinking for stripping anonymous (blank) nodes? phenio or KG-Phenio? I would tent a bit to the latter because there are use cases for phenio that could benefit from the logical axioms.. |
The bnodes really shouldn't be in KG-Phenio at all so at minimum the graph transform step can remove them. KGX will catch and ignore bnodes when they're created during a transform process (i.e., changing serialization formats) but not when they're created upstream, as is happening here during subq reconstruction. I expect some of these will disappear once we've made that part (subq reconstruction) more comprehensive. |
I'm not sure what to make of objects in these associations
finding one in the nodes file, it's just:
The text was updated successfully, but these errors were encountered: