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

Add mapping_cardinality field #20

Merged
merged 1 commit into from
Apr 23, 2021
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
7 changes: 7 additions & 0 deletions schema/sssom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ slots:
description: URL pointing to the source that provided the mapping, for example
an ontology that already contains the mappings.
range: string
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),
n:1, 1:0, 0:1 or n:n group. Note that this is a convenience field that should be derivable
from the mapping set.
range: string
mapping_tool:
description: A reference to the tool or algorithm that was used to generate the
mapping. Should be a URL pointing to more info about it, but can be free text.
Expand Down Expand Up @@ -232,6 +238,7 @@ classes:
- object_source
- object_source_version
- mapping_provider
- mapping_cardinality
- mapping_tool
- mapping_date
- confidence
Expand Down