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 1 commit
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: 3 additions & 3 deletions src/sssom_schema/schema/sssom_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,10 @@ slots:
- value: https://www.wikidata.org/wiki/Q865360
description: (the Wikidata identifier for the Jaccard index measure).
issue_tracker_item:
description: A URL location of the issue tracker item discussing this mapping or mapping set.
range: uri
description: The issue tracker item discussing this mapping.
range: EntityReference
examples:
- value: https://github.com/mapping-commons/sssom/issues/166
- 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.
Expand Down