-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a putative fix to #554. It implements the fix suggested in [this comment](#554 (comment)), and adds a test case to check that inverting a set containing “imbalanced” columns (e.g., with a `subject_label` column but without a `object_label` column) does not trigger the #554 bug.
- Loading branch information
Showing
3 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#curie_map: | ||
# orcid: https://orcid.org/ | ||
# x: http://example.org/x/ | ||
# y: http://example.org/y/ | ||
# z: http://example.org/z/ | ||
#mapping_set_id: https://w3id.org/sssom/mapping/tests/data/asymmetric.tsv | ||
#creator_id: | ||
# - orcid:1234 | ||
# - orcid:5678 | ||
#license: https://creativecommons.org/publicdomain/zero/1.0/ | ||
#mapping_date: 2020-05-30 | ||
subject_id subject_label predicate_id object_id mapping_justification object_source confidence | ||
x:appendage appendage owl:equivalentClass y:appendage semapv:ManualMappingCuration y:example 0.841 | ||
x:appendage appendage owl:equivalentClass z:appendage semapv:LexicalMatching z:example 0.882 | ||
x:appendage appendage owl:equivalentClass z:appendage semapv:ManualMappingCuration z:example 0.841 | ||
x:bone_element bone element owl:equivalentClass y:bone semapv:LexicalMatching y:example 0.739 | ||
x:bone_element bone element owl:equivalentClass y:bone semapv:ManualMappingCuration y:example 0.535 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters