Skip to content

Commit

Permalink
Merge pull request #1421 from biolink/deprecated-slot
Browse files Browse the repository at this point in the history
Adds `deprecated` as a node property slot added to `named thing`
  • Loading branch information
sierra-moxon authored Nov 8, 2023
2 parents d9b97df + 0cf1b05 commit 0ea9a67
Showing 1 changed file with 8 additions and 0 deletions.
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 @@ slots:
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 @@ classes:
- name
- description
- has attribute
- deprecated
# evidence code(s)?

named thing:
Expand Down

0 comments on commit 0ea9a67

Please sign in to comment.