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

Adds deprecated as a node property slot added to biolink:Entity #1421

Merged
merged 2 commits into from
Nov 8, 2023
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
8 changes: 8 additions & 0 deletions biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,13 @@
exact_mappings:
- oboInOwl:hasRelatedSynonym

deprecated:
range: boolean
exact_mappings:
- oboInOwl:ObsoleteClass
description: >-
A boolean flag indicating that an entity is no longer considered current or valid.

has topic:
aliases: ['topic', 'descriptors']
is_a: node property
Expand Down Expand Up @@ -5998,6 +6005,7 @@
- name
- description
- has attribute
- deprecated
# evidence code(s)?

named thing:
Expand Down Expand Up @@ -8945,7 +8953,7 @@
- object
- negated
- qualifier
- qualifiers # deprecated

Check warning on line 8956 in biolink-model.yaml

View workflow job for this annotation

GitHub Actions / build (3.9)

8956:20 [comments] too few spaces before comment

Check warning on line 8956 in biolink-model.yaml

View workflow job for this annotation

GitHub Actions / validate-yaml

8956:20 [comments] too few spaces before comment

Check warning on line 8956 in biolink-model.yaml

View workflow job for this annotation

GitHub Actions / build (3.10)

8956:20 [comments] too few spaces before comment
- publications
- has evidence
- knowledge source
Expand Down
Loading