How do the implementations of SSSOM handle competing mappings? #517
Unanswered
allenbaron
asked this question in
Q&A
Replies: 1 comment 1 reply
|
Its a good question. This is not done very well; and is certainly not documented. sssom-py has a non-canonical highly opinionated implementation of this using the |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
If two
subject_id-predicate_id-object_idmappings are created and one haspredicate_modifier=Not, how do SSSOM implementations handle that?Is this something that's in, or should be in, the spec?
All reactions