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

Adding mapping_source to SSSOM #135

Merged
merged 1 commit into from
Feb 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions model/schema/sssom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,12 @@ slots:
- value: MONDO_MAPPINGS:mondo_exactmatch_ncit.sssom.tsv
- value: MONDO_MAPPINGS:mondo_exactmatch_ncit.sssom.tsv|MONDO_MAPPINGS:mondo_exactmatch_omim.sssom.tsv
description: (multivalued example in TSV)
mapping_source:
description: The mapping set this mapping was originally defined in. mapping_source is used for example when merging multiple
mapping sets or deriving one mapping set from another.
range: EntityReference
examples:
- value: MONDO_MAPPINGS:mondo_exactmatch_ncit.sssom.tsv
mapping_cardinality:
description: A string indicating whether this mapping is from a 1:1 (the subject_id
maps to a single object_id), 1:n (the subject maps to more than one object_id),
Expand Down