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 issue tracker item to SSSOM datamodel #259

Merged
merged 5 commits into from
Jul 31, 2023
Merged
Changes from 4 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
15 changes: 15 additions & 0 deletions src/sssom_schema/schema/sssom_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,18 @@ slots:
examples:
- value: https://www.wikidata.org/wiki/Q865360
description: (the Wikidata identifier for the Jaccard index measure).
issue_tracker_item:
description: The issue tracker item discussing this mapping.
range: EntityReference
examples:
- value: SSSOM_GITHUB_ISSUE:166
matentzn marked this conversation as resolved.
Show resolved Hide resolved
description: (A URL resolving to an issue discussing a new SSSOM element request)
issue_tracker:
description: A URL location of the issue tracker for this entity.
range: uri
examples:
- value: https://github.com/mapping-commons/mh_mapping_initiative/issues
description: (A URL resolving to the issue tracker of the Mouse-Human mapping initiative)
see_also:
description: A URL specific for the mapping instance. E.g. for kboom we have a
per-mapping image that shows surrounding axioms that drive probability. Could
Expand Down Expand Up @@ -527,6 +539,7 @@ classes:
- subject_preprocessing
- object_preprocessing
- see_also
- issue_tracker
- other
- comment
mapping:
Expand Down Expand Up @@ -573,6 +586,7 @@ classes:
- semantic_similarity_score
- semantic_similarity_measure
- see_also
- issue_tracker_item
- other
- comment
class_uri: owl:Axiom
Expand All @@ -587,6 +601,7 @@ classes:
- mapping_set_references
- documentation
- homepage
- issue_tracker
mapping set reference:
description: A reference to a mapping set. It allows to augment mapping
set metadata from the perspective of the registry, for example, providing
Expand Down