Skip to content

Commit

Permalink
Merge pull request #1364 from biolink/1363
Browse files Browse the repository at this point in the history
add association slot annotation to support graphs slot, add 'semmed agreement count' as an association slot
  • Loading branch information
sierra-moxon authored Jul 24, 2023
2 parents 1cdaf88 + 7299b9f commit d0423d6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -663,10 +663,19 @@ slots:
- gff3:Dbxref
- gpi:DB_Xrefs

semmed agreement count:
is_a: association slot
range: integer
description: >-
The number of times this concept has been asserted in the SemMedDB literature database.
in_subset:
- translator_minimal

support graphs:
description: >-
A list of knowledge graphs that support the existence of this node.
multivalued: true
is_a: association slot
in_subset:
- translator_minimal

Expand Down

0 comments on commit d0423d6

Please sign in to comment.